| size_t Structure | 
Namespace: Math.Gmp.Native
The size_t 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(size_t) | 
            Returns a value indicating whether this instance is equal to a specified size_t value.
              | |
| GetHashCode | 
            Returns the hash code for this instance.
              (Overrides ValueTypeGetHashCode.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| ToString | 
            Gets the string representation of the size_t.
              (Overrides ValueTypeToString.) | 
| Name | Description | |
|---|---|---|
| Equality | 
            Gets a value that indicates whether the two argument values are equal.
              | |
| (Int16 to size_t) | 
            Converts an Int16 value to a size_t value.
              | |
| (Int32 to size_t) | 
            Converts an Int32 value to a size_t value.
              | |
| (Int64 to size_t) | 
            Converts an Int64 value to a size_t value.
              | |
| (SByte to size_t) | 
            Converts a SByte value to a size_t value.
              | |
| (size_t to Byte) | 
            Converts a size_t value to a Byte value.
              | |
| (size_t to SByte) | 
            Converts a size_t value to an SByte value.
              | |
| (size_t to UInt16) | 
            Converts a size_t value to a UInt16 value.
              | |
| (size_t to Int16) | 
            Converts a size_t value to an Int16 value.
              | |
| (size_t to UInt32) | 
            Converts a size_t value to a UInt32 value.
              | |
| (size_t to Int32) | 
            Converts a size_t value to an Int32 value.
              | |
| (size_t to Int64) | 
            Converts a size_t value to an Int64 value.
              | |
| (Byte to size_t) | 
            Converts a Byte value to a size_t value.
              | |
| (UInt16 to size_t) | 
            Converts a UInt16 value to a size_t value.
              | |
| (UInt32 to size_t) | 
            Converts a UInt32 value to a size_t value.
              | |
| (UInt64 to size_t) | 
            Converts a UInt64 value to a size_t value.
              | |
| (size_t to UInt64) | 
            Converts a size_t value to a UInt64 value.
              | |
| Inequality | 
            Gets a value that indicates whether the two argument values are different.
              | 
In .NET, this is an unsigned 64-bit integer.