Java.Lang.Double.MaxExponent Property
Maximum base-2 exponent that a finite value of the double type may have.

Syntax

[Android.Runtime.Register("MAX_EXPONENT")]
public static int MaxExponent { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Maximum base-2 exponent that a finite value of the double type may have. Equal to Math.getExponent(Double.MAX_VALUE).

[Android Documentation]

Requirements

Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9