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