MachineConstants.MinNormalizedDouble Field

Represents the smallest normalized 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 MinNormalizedDouble = 2.2250738585072E-308

Field Value

Double

Remarks

The value of this field is 2.2250738585072010e-308.

See Also