Big Float.Exponent Property
Gets the exponent part of the BigFloat value.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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.