Gets the exponent part of the
BigFloat value.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public int Exponent { get; }
Public ReadOnly Property Exponent As Integer
Get
public:
property int Exponent {
int get ();
}
member Exponent : int with get
Property Value
Type:
Int32
The exponent part is the exponent of the smallest power of two
that is greater than the magnitude of the value.
For example, the number 1 has exponent 1.
Reference