Represents the smallest possible binary exponent in the representation of single-precision floating-point numbers.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public const int SingleMinExponent = -125
Public Const SingleMinExponent As Integer = -125
public:
literal int SingleMinExponent = -125
static val mutable SingleMinExponent: int
Field Value
Type:
Int32
The value of this field is -1021.
Reference