Click or drag to resize
uintmax_t  Conversion Operators
Overload List
  NameDescription
Public operatorStatic member(Int16 to uintmax_t)
Converts an Int16 value to an uintmax_t value.
Public operatorStatic member(Int32 to uintmax_t)
Converts an Int32 value to an uintmax_t value.
Public operatorStatic member(Int64 to uintmax_t)
Converts an Int64 value to a uintmax_t value.
Public operatorStatic member(SByte to uintmax_t)
Converts a Byte value to an uintmax_t value.
Public operatorStatic member(uintmax_t to Byte)
Converts an uintmax_t value to a Byte value.
Public operatorStatic member(uintmax_t to SByte)
Converts an uintmax_t value to an SByte value.
Public operatorStatic member(uintmax_t to UInt16)
Converts an uintmax_t value to a UInt16 value.
Public operatorStatic member(uintmax_t to Int16)
Converts an uintmax_t value to an Int16 value.
Public operatorStatic member(uintmax_t to UInt32)
Converts an uintmax_t value to a UInt32 value.
Public operatorStatic member(uintmax_t to Int32)
Converts an uintmax_t value to an Int32 value.
Public operatorStatic member(uintmax_t to Int64)
Converts an uintmax_t value to an Int64 value.
Top
See Also