Diferencia entre revisiones de «long()»
De ArduWiki
(→Vea también) |
(→Vea también) |
||
Línea 25: | Línea 25: | ||
* [[int()]] | * [[int()]] | ||
* [[float()]] | * [[float()]] | ||
− | * [[ | + | * [[atol()]] |
* [[getBytes()]] | * [[getBytes()]] | ||
Revisión del 23:59 3 abr 2019
Contenido
Descripción
Convierte un valor en un dato tipo long.
Sintaxis
long(variable);
Parámetros
- variable
- variable de cualquier tipo a evaluar.
Retorna
Retorna un numero tipo long.
Advertencias
Nada.