mp_bitcnt_t Explicit Conversion Operators

GMP Native Interface for .NET

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