Quad.MinNormalizedValue Field

Gets the smallest positive number that has a normalized representation.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static readonly Quad MinNormalizedValue

Field Value

Quad

Remarks

Normalized numbers are numbers that use the normal representation of a sign, a binary exponent, and a 113 bit mantissa.

See Also