mpz_t Class |
Namespace: Math.Gmp.Native
The mpz_t type exposes the following members.
Name | Description | |
---|---|---|
![]() | _mp_alloc |
The number of limbs currently allocated at mp_base._mp_d.
|
![]() | _mp_d |
A pointer to an array of limbs which is the magnitude.
(Inherited from mp_base.) |
![]() | _mp_d_intptr |
Gets or sets the pointer to the array of limbs of the integer.
(Overrides mp_base_mp_d_intptr.) |
![]() | _mp_size |
The number of limbs, or the negative of that when representing a negative integer.
(Overrides mp_base_mp_size.) |
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.) |
![]() | 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 |
Gets the unmanaged memory pointer of the multiple precision integer.
|
![]() | ToString |
Return the string representation of the integer.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() ![]() | (String to mpz_t) |
Converts a string value to an mpz_t value.
|