mpf_t Properties

GMP Native Interface for .NET

mpf_t Properties

The mpf_t type exposes the following members.

Properties
  NameDescription
Public property_mp_d
A pointer to an array of limbs which is the magnitude.
(Inherited from mp_base.)
Public property_mp_d_intptr
Gets or sets the pointer to the significand array of limbs of the floating-point number.
(Overrides mp_base_mp_d_intptr.)
Public property_mp_exp
The exponent, in limbs, determining the location of the implied radix point.
Public property_mp_prec
The precision of the mantissa, in limbs.
Public property_mp_size
The number of limbs currently in use, or the negative of that when representing a negative value.
(Overrides mp_base_mp_size.)
Top
See Also