to Float Value
Converts a double to a float. Standard loss of precision as noted by the Java Language Specification will occur as per Double.floatValue()
Return
the converted value
Parameters
value
the value to convert
Converts a double to a float. Standard loss of precision as noted by the Java Language Specification will occur as per Double.floatValue()
the converted value
the value to convert