Diferencia entre revisiones de «long()»

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

Revisión del 15:07 6 jul 2018

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