BigFloat.Mantissa Property

Gets the mantissa part of the BigFloat value.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public BigInteger Mantissa { get; }

Property Value

BigInteger

Remarks

The mantissa is the integer value after the decimal point in the exponential notation of the BigFloat value.

See Also