Gets the smallest positive number that has a normalized representation.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static readonly Quad MinNormalizedValue
Public Shared ReadOnly MinNormalizedValue As Quad
public:
static initonly Quad MinNormalizedValue
static val MinNormalizedValue: Quad
Field Value
Type:
Quad
Normalized numbers are numbers that use the normal representation
of a sign, a binary exponent, and a 113 bit mantissa.
Reference