MachineConstants.MinNormalizedDouble Field

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

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public const double MinNormalizedDouble = 2.2250738585072E-308

Field Value

Double

Remarks

The value of this field is 2.2250738585072010e-308.

See Also