mp_bitcnt_t Conversion Operators |
Name | Description | |
---|---|---|
![]() ![]() | (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.
|