mp_ptr Constructor

GMP Native Interface for .NET

mp_ptr Constructor
Overload List
  NameDescription
Public methodmp_ptr(Byte)
Creates a new array of limbs initialized with values in unmanaged memory.
Public methodmp_ptr(UInt16)
Creates a new array of limbs initialized with values in unmanaged memory.
Public methodmp_ptr(UInt32)
Creates a new array of limbs initialized with values in unmanaged memory.
Public methodmp_ptr(UInt64)
Creates a new array of limbs initialized with values in unmanaged memory.
Public methodmp_ptr(mp_base)
Creates new pointer to array of limbs at mp.
Public methodmp_ptr(mp_size_t)
Creates a new array of size limbs in unmanaged memory.
Top
See Also