Big Float.Mantissa Property
Gets the mantissa 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 BigInteger Mantissa { get; }
Property Value
BigIntegerRemarks
The mantissa is the integer value after the decimal point in the exponential notation of the BigFloat value.