GMP Native Interface for .NET
va_listToIntPtr Method |
Return the pointer to the list of arguments 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)

public IntPtr ToIntPtr()
Public Function ToIntPtr As IntPtr
public: IntPtr ToIntPtr()
member ToIntPtr : unit -> IntPtr
Return Value
Type: IntPtrThe pointer to the list of arguments in unmanaged memory.
