Gets the mantissa part of the
BigFloat value.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public BigInteger Mantissa { get; }
Public ReadOnly Property Mantissa As BigInteger
Get
public:
property BigInteger Mantissa {
BigInteger get ();
}
member Mantissa : BigInteger with get
Property Value
Type:
BigInteger
The mantissa is the integer value after the decimal point in the exponential notation of the BigFloat
value.
Reference