Represents the smallest normalized single-precision floating-point
number that is greater than zero.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
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.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference