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