Diferencia entre revisiones de «long()»

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

Revisión del 19:59 3 abr 2019

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.

Ejemplo


Vea también

Referencias