Click or drag to resize
mpf_tToIntPtr Method
Gets the unmanaged memory pointer of the multiple precision 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 IntPtr ToIntPtr()

Return Value

Type: IntPtr
The unmanaged memory pointer of the multiple precision floating-point number.
See Also