0

Int, Float or Double

What is the difference between the three and when would you use each one?

4th Oct 2016, 12:31 PM
Anthony “Schrödenberg” L
Anthony “Schrödenberg” L - avatar
1 Antwort
0
int is only full numbers like 1, 4, 126, 0, -7 float provide floating point numbers like 0,464 , 13,85905 , 3,1415169 and double provide float point numbers with higher precision and value range like 67,46599043279843 , 585436754488,57
10th Oct 2016, 10:33 PM
DynoosHD
DynoosHD - avatar