We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
float f = 65.0; int i = int(f); println(f + " : " + i); // Prints "65.0 : 65" char c = 'E'; i = int(c); println(c + " : " + i); // Imprime "E : 69"
Converte um tipo de dados primitivo, string ou *array *na sua representação em número inteiro.
int(valor)
Parâmetros valor float, char, byte, boolean, String, float[], char[], byte[], boolean[], String[]
int
Web & Applicações
float()