Gets the mantissa part of the
BigFloat value.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
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.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference