BigFloat.Mantissa Property

Gets the mantissa part of the BigFloat value.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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