The properties of Java.Lang.Double are listed below. For a list of all members, see the Double 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 double type may have. |
[read-only] static | MinExponent | int. Minimum base-2 exponent that a normal value of the double type may have. |
[read-only] static | MinNormal | double. Constant for the smallest positive normal value of the double type. |
[read-only] static | Type | Class. The Java.Lang.Class object that represents the primitive type double. |
[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. |