Diferencia entre revisiones de «int()»
De ArduWiki
(→Vea también) |
|||
Línea 21: | Línea 21: | ||
== Vea también == | == Vea también == | ||
+ | * [[char()]] | ||
* [[byte()]] | * [[byte()]] | ||
* [[long()]] | * [[long()]] | ||
* [[float()]] | * [[float()]] | ||
− | * [[ | + | * [[objeto.toInt()]] |
− | * [[ | + | * [[objeto.toFloat()]] |
− | * [[getBytes()]] | + | * [[objeto.getBytes()]] |
== Referencias == | == Referencias == |
Revisión del 19:39 6 jul 2018
Contenido
Descripción
Convierte un valor en un dato tipo int.
Sintaxis
int(variable);
Parámetros
- variable
- variable de cualquier tipo a evaluar.
Retorna
Retorna un numero tipo int.
Advertencias
Nada.