MachineConstants.MinDouble Field

Represents the smallest double-precision floating-point number that is greater than zero.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public const double MinDouble = 4.94065645841247E-324

Field Value

Double

Remarks

The value of this field is 4.94065645841247e-324.

See Also