Click or drag to resize
void_ptrFromIntPtr Method
Gets a void_ptr from a pointer to a block of 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 void_ptr FromIntPtr(
	IntPtr value
)

Parameters

value
Type: SystemIntPtr
A pointer to a block of unmanaged memory.

Return Value

Type: void_ptr
A void_ptr from a pointer to a block of unmanaged memory.
See Also