Diferencia entre revisiones de «int()»

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()]]
 
* [[long()]]
 
* [[long()]]
 
* [[float()]]
 
* [[float()]]
* [[char()]]
+
* [[objeto.toInt()]]
* [[toInt()]]
+
* [[objeto.toFloat()]]
* [[getBytes()]]
+
* [[objeto.getBytes()]]
  
 
== Referencias ==
 
== Referencias ==

Revisión del 15:39 6 jul 2018

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.

Ejemplo


Vea también

Referencias