Click or drag to resize
mp_base Class
Provides common functionality to mpz_t, mpf_t, and gmp_randstate_t.
Inheritance Hierarchy

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_base

The mp_base type exposes the following members.

Constructors
  NameDescription
Public methodmp_base
Initializes a new instance of the mp_base class
Top
Properties
  NameDescription
Public property_mp_d
A pointer to an array of limbs which is the magnitude.
Public property_mp_d_intptr
Gets or sets the pointer to limbs in unmanaged memory.
Public property_mp_size
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 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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldPointer
Pointer to limbs in unmanaged memory.
Top
See Also