Big Float.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#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public BigInteger Mantissa { get; }
Property Value
BigIntegerRemarks
The mantissa is the integer value after the decimal point in the exponential notation of the BigFloat value.