Reference.IntCast History
Hide minor edits - Show changes to markup
May 31, 2010, at 08:41 PM
by Equipo Traduccion -
Changed lines 3-8 from:
Description
Converts a value to the int data type.
Syntax
to:
Descripción
Convierte un valor al tipo de datos int.
Sintaxis
Changed lines 11-16 from:
Parameters
x: a value of any type
Returns
to:
Parámetros
x: un valor de cualquier tipo.
Retorna
Changed lines 19-20 from:
See also
to:
Ver También
October 18, 2008, at 02:56 PM
by David A. Mellis -
Added lines 1-21:
int()
Description
Converts a value to the int data type.
Syntax
int(x)
Parameters
x: a value of any type
Returns
int
See also