The properties 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
[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. |