Click or drag to resize
mp_ptr Class
Represents a pointer to an array of mp_limb_t values in unmanaged memory,
Inheritance Hierarchy
SystemObject
  Math.Gmp.Nativemp_ptr

Namespace:  Math.Gmp.Native
Assembly:  Math.Gmp.Native (in Math.Gmp.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class mp_ptr : IEnumerable<mp_limb_t>, 
	IEnumerable

The mp_ptr type exposes the following members.

Constructors
  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
Properties
  NameDescription
Public propertyItem
Gets or sets the value of the limb at index.
Public propertySize
The number of limbs.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the array of limbs.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToIntPtr
Returns pointer to limbs in unmanaged memory.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

See Also