mp_base._mp_d_intptr Property

GMP Native Interface for .NET

mp_base_mp_d_intptr Property
Gets or sets the pointer to limbs in unmanaged memory.

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

Property Value

Type: IntPtr
See Also