Float.MinExponent Field

Definition

Minimum exponent a normalized float variable may have.

[Android.Runtime.Register("MIN_EXPONENT")]
public const int MinExponent = -126;
[<Android.Runtime.Register("MIN_EXPONENT")>]
val mutable MinExponent : int

Field Value

Value = -126
Attributes

Remarks

Minimum exponent a normalized float variable may have. It is equal to the value returned by Math.getExponent(Float.MIN_NORMAL).

Added in 1.6.

Java documentation for java.lang.Float.MIN_EXPONENT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to