BigFloat.Exponent Property

Gets the exponent part of the BigFloat value.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public int Exponent { get; }

Property Value

Int32

Remarks

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.

See Also