| mp_size_t Operators and Type Conversions |
The mp_size_t type exposes the following members.
| Name | Description | |
|---|---|---|
| Equality |
Gets a value that indicates whether the two argument values are equal.
| |
| (Int64 to mp_size_t) | ||
| (UInt32 to mp_size_t) | ||
| (UInt64 to mp_size_t) | ||
| (mp_size_t to Byte) | ||
| (mp_size_t to SByte) | ||
| (mp_size_t to UInt16) | ||
| (mp_size_t to Int16) | ||
| (mp_size_t to UInt32) | ||
| (mp_size_t to UInt64) | ||
| (Byte to mp_size_t) | ||
| (Int16 to mp_size_t) | ||
| (Int32 to mp_size_t) | ||
| (SByte to mp_size_t) | ||
| (UInt16 to mp_size_t) | ||
| (mp_size_t to Int32) | ||
| (mp_size_t to Int64) | ||
| Inequality |
Gets a value that indicates whether the two argument values are different.
|