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