GMP Native Interface for .NET
mp_ptr Class |
Represents a pointer to an array of mp_limb_t values 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)

The mp_ptr type exposes the following members.

Name | Description | |
---|---|---|
![]() | mp_ptr(Byte) |
Creates a new array of limbs initialized with values in unmanaged memory.
|
![]() | mp_ptr(UInt16) |
Creates a new array of limbs initialized with values in unmanaged memory.
|
![]() | mp_ptr(UInt32) |
Creates a new array of limbs initialized with values in unmanaged memory.
|
![]() | mp_ptr(UInt64) |
Creates a new array of limbs initialized with values in unmanaged memory.
|
![]() | mp_ptr(mp_base) |
Creates new pointer to array of limbs at mp.
|
![]() | mp_ptr(mp_size_t) |
Creates a new array of size limbs in unmanaged memory.
|


Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the array of limbs.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToIntPtr |
Returns pointer to limbs in unmanaged memory.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |

