The members of Java.Lang.Float are listed below.
See Also: Inherited members from Java.Lang.Number
[read-only] | IsInfinite | bool. Indicates whether this object represents an infinite value. |
[read-only] | IsNaN | bool. Indicates whether this object is a Not-a-Number (NaN) value. |
[read-only] static | MaxExponent | int. Maximum base-2 exponent that a finite value of the float type may have. |
[read-only] static | MinExponent | int. Minimum base-2 exponent that a normal value of the float type may have. |
[read-only] static | MinNormal | float. Constant for the smallest positive normal value of the float type. |
[read-only] static | Type | Class. The Java.Lang.Class object that represents the primitive type float. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. |
static | Conversion to System.Single(Explicit) | Documentation for this section has not yet been entered. |
Java.Lang.IComparable.CompareTo | Documentation for this section has not yet been entered. | |
IConvertible.GetTypeCode | Documentation for this section has not yet been entered. | |
IConvertible.ToBoolean | Documentation for this section has not yet been entered. | |
IConvertible.ToByte | Documentation for this section has not yet been entered. | |
IConvertible.ToChar | Documentation for this section has not yet been entered. | |
IConvertible.ToDateTime | Documentation for this section has not yet been entered. | |
IConvertible.ToDecimal | Documentation for this section has not yet been entered. | |
IConvertible.ToDouble | Documentation for this section has not yet been entered. | |
IConvertible.ToInt16 | Documentation for this section has not yet been entered. | |
IConvertible.ToInt32 | Documentation for this section has not yet been entered. | |
IConvertible.ToInt64 | Documentation for this section has not yet been entered. | |
IConvertible.ToSByte | Documentation for this section has not yet been entered. | |
IConvertible.ToSingle | Documentation for this section has not yet been entered. | |
IConvertible.ToString | Documentation for this section has not yet been entered. | |
IConvertible.ToType | Documentation for this section has not yet been entered. | |
IConvertible.ToUInt16 | Documentation for this section has not yet been entered. | |
IConvertible.ToUInt32 | Documentation for this section has not yet been entered. | |
IConvertible.ToUInt64 | Documentation for this section has not yet been entered. |