mpf_t._mp_prec Property

GMP Native Interface for .NET

mpf_t_mp_prec Property
The precision of the mantissa, in limbs.

Namespace:  Math.Gmp.Native
Assembly:  Math.Gmp.Native (in Math.Gmp.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int _mp_prec { get; }
Public ReadOnly Property _mp_prec As Integer
	Get
public:
property int _mp_prec {
	int get ();
}
member _mp_prec : int with get

Property Value

Type: Int32
Remarks

In any calculation the aim is to produce _mp_prec limbs of result (the most significant being non-zero).

See Also