BigFloat.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#
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