Click or drag to resize
mpf_t_mp_d_intptr Property
Gets or sets the pointer to the significand array of limbs of the floating-point number.

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; }

Property Value

Type: IntPtr
See Also