Diferencia entre revisiones de «float()»

De ArduWiki
Saltar a: navegación, buscar
(Vea también)
Línea 25: Línea 25:
 
* [[long()]]
 
* [[long()]]
 
* [[char()]]
 
* [[char()]]
* [[toInt()]]
+
* [[atof()]]
 
* [[getBytes()]]
 
* [[getBytes()]]
  

Revisión del 20:01 3 abr 2019

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

Vea también

Referencias