MachineConstants.MinExponent Field

Represents the smallest possible binary exponent in the representation of double-precision floating-point numbers.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public const int MinExponent = -1021

Field Value

Int32

Remarks

The value of this field is -1021.

See Also