java float type

http‮l.www//:s‬autturi.com
java float type

Java float Keyword

float f = 5.75f;
System.out.println(f);

java declare a float variable, put f at the end

float pi = 3.1415926f;

java double to float

double d = getInfoValueNumeric();
float f = (float)d;
Created Time:2017-09-06 08:41:20  Author:lautturi