mpz_t._mp_d_intptr Property

GMP Native Interface for .NET

mpz_t_mp_d_intptr Property
Gets or sets the pointer to the array of limbs of the integer.

Namespace:  Math.Gmp.Native
Assembly:  Math.Gmp.Native (in Math.Gmp.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override IntPtr _mp_d_intptr { get; set; }
Public Overrides Property _mp_d_intptr As IntPtr
	Get
	Set
public:
virtual property IntPtr _mp_d_intptr {
	IntPtr get () override;
	void set (IntPtr value) override;
}
abstract _mp_d_intptr : IntPtr with get, set
override _mp_d_intptr : IntPtr with get, set

Property Value

Type: IntPtr
See Also