Big Float.Exponent Property
Gets the exponent part of the BigFloat value.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public int Exponent { get; }
Property Value
Int32Remarks
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.