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