Diferencia entre revisiones de «long()»
De ArduWiki
(→Vea también) |
|||
Línea 21: | Línea 21: | ||
== Vea también == | == Vea también == | ||
+ | * [[char()]] | ||
* [[byte()]] | * [[byte()]] | ||
* [[int()]] | * [[int()]] | ||
* [[float()]] | * [[float()]] | ||
− | |||
* [[toInt()]] | * [[toInt()]] | ||
* [[getBytes()]] | * [[getBytes()]] |
Revisión del 19:07 6 jul 2018
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.