Represents the smallest normalized single-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 float MinNormalizedSingle = 1.175494E-38f
Public Const MinNormalizedSingle As Single = 1.175494E-38F
public:
literal float MinNormalizedSingle = 1.175494E-38f
static val mutable MinNormalizedSingle: float32
Field Value
Type:
Single
The value of this field is 1.1754943508222875E-38.
Reference