void_ptr Structure |
Namespace: Math.Gmp.Native
The void_ptr type exposes the following members.
Name | Description | |
---|---|---|
Equals(Object) |
Returns a value indicating whether this instance is equal to a specified object.
(Overrides ValueTypeEquals(Object).) | |
Equals(void_ptr) |
Returns a value indicating whether this instance is equal to a specified void_ptr value.
| |
FromIntPtr |
Gets a void_ptr from a pointer to a block of unmanaged memory.
| |
GetHashCode |
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToIntPtr |
Gets pointer to block of unmanaged memory.
| |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
Equality |
Gets a value that indicates whether the two argument values are equal.
| |
Inequality |
Gets a value that indicates whether the two argument values are different.
|