MachineConstants.MinDouble Field

Represents the smallest 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 MinDouble = 4.94065645841247E-324

Field Value

Double

Remarks

The value of this field is 4.94065645841247e-324.

See Also