mp_bitcnt_t Implicit Conversion Operators

GMP Native Interface for .NET

mp_bitcnt_t  Conversion Operators
Overload List
  NameDescription
Public operatorStatic member(Byte to mp_bitcnt_t)
Converts a Byte value to an mp_bitcnt_t value.
Public operatorStatic member(UInt16 to mp_bitcnt_t)
Converts a UInt16 value to an mp_bitcnt_t value.
Public operatorStatic member(UInt32 to mp_bitcnt_t)
Converts a UInt32 value to an mp_bitcnt_t value.
Public operatorStatic member(mp_bitcnt_t to UInt32)
Converts an mp_bitcnt_t value to a UInt32 value.
Public operatorStatic member(mp_bitcnt_t to UInt64)
Converts an mp_bitcnt_t value to a UInt64 value.
Public operatorStatic member(mp_bitcnt_t to Int64)
Converts an mp_bitcnt_t value to an Int64 value.
Top
See Also