Java.Lang.Float: Method Members

The methods of Java.Lang.Float are listed below. For a list of all members, see the Float Members list.

See Also: Inherited members from Java.Lang.Number

Public Methods

static
Compare(float, float) : int
Compares the two specified float values.
CompareTo(Float) : int
Compares this object to the specified float object to determine their relative order.
override
DoubleValue() : double
Returns this object's value as a double.
static
FloatToIntBits(float) : int
Returns an integer corresponding to the bits of the given single precision float value.
static
FloatToRawIntBits(float) : int
Returns an integer corresponding to the bits of the given single precision float value.
override
FloatValue() : float
Gets the primitive value of this float.
static
IntBitsToFloat(int) : float
Returns the single precision float corresponding to the given bits.
override
IntValue() : int
Returns this object's value as an int.
static
InvokeIsInfinite(float) : bool
Indicates whether the specified float represents an infinite value.
static
InvokeIsNaN(float) : bool
Indicates whether the specified float is a Not-a-Number (NaN) value.
override
LongValue() : long
Returns this object's value as a long.
static
ParseFloat(string) : float
Parses the specified string as a float value.
static
ToHexString(float) : string
Converts the specified float into its hexadecimal string representation.
static
ToString(float) : string
Returns a string containing a concise, human-readable description of the specified float value.
static
ValueOf(float) : Float
Returns a Float instance for the specified float value.
static
ValueOf(string) : Float
Parses the specified string as a float value.