User Tools

Site Tools


es:int

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

es:int [2016/01/01 22:43]
es:int [2020/02/28 10:46] (current)
Line 1: Line 1:
 +===== Int =====
 +==== Formato ====
 +int ( //expresión// )
 +==== Descripción ====
 +Convierte //expresión// en un número entero. Int convierte una cadena o un número de punto flotante en un valor entero. Si la expresión no puede convertirse, se devuelve un valor cero.
 +==== Ver también ====
 +[[float|Float]]