base
Types used to change the base of the displayed integer value. Used like type::Hex<u32> hexNumber;
, type::Oct<u16> octalNumber;
Types
type::Bin
type::Bin
Integer type representing a Binary value. Displays its value in binary format.
<T>
: Integer type to use
type::Dec
type::Dec
Integer type representing a Decimal value. Displays its value in decimal format.
<T>
: Integer type to use
type::Hex
type::Hex
Integer type representing a Hexadecimal value. Displays its value in hexadecimal format.
<T>
: Integer type to use
type::Oct
type::Oct
Integer type representing a Octal value. Displays its value in octal format.
<T>
: Integer type to use
Last updated
Was this helpful?