Package java.lang
Class Float

Public Constructor Float

Float(float value)

Float(String s)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

constructor Float(float value):

Constructs a newly allocated Float object that represents the primitive float argument.

constructor Float(String s):

Constructs a newly allocated Float object that represents the floating-point value of type float represented by the string. The string is converted to a float value as if by the valueOf method.