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.
int i = 65; float f = float(i); println(i + " : " + f); // Imprime "65 : 65.0" char c = 'E'; f = float(c); println(c + " : " + f); // Imprime "E : 69.0"
Converte um tipo de dados primitivo, string ou *array *na sua representação em ponto-flutuant
float(valor)
Parâmetros valor int, char, byte, boolean, String, int[], char[], byte[], boolean[], String[]
float
Web & Applicações
int()
byte()