Represents the smallest normalized double-precision floating-point
number that is greater than zero.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public const double MinNormalizedDouble = 2.2250738585072E-308
Public Const MinNormalizedDouble As Double = 2.2250738585072E-308
public:
literal double MinNormalizedDouble = 2.2250738585072E-308
static val mutable MinNormalizedDouble: float
Field Value
Type:
Double
The value of this field is 2.2250738585072010e-308.
Reference