Diferencia entre revisiones de «float()»
De ArduWiki
(→Vea también) |
|||
Línea 25: | Línea 25: | ||
* [[long()]] | * [[long()]] | ||
* [[char()]] | * [[char()]] | ||
− | * [[ | + | * [[atof()]] |
* [[getBytes()]] | * [[getBytes()]] | ||
Revisión del 00:01 4 abr 2019
Contenido
Descripción
Convierte un valor a un dato tipo float.
Sintaxis
float(variale);
Parametros
- variable
- variable de cualquier tipo a evaluar.
Retorna
Retorna un numero tipo float.
Advertencias
Nada.
Ejemplo