Package
Conforms to
Methods
Value Type ๐ง
Byte
Methods
๐
๐ other ๐ง โก๏ธ ๐
Whether this value and other are considered equal.
โ
โ other ๐ง โก๏ธ ๐ง
Returns the receiver minus other.
โ
โ other ๐ง โก๏ธ ๐ง
Returns the receiver plus other.
โ
โ other ๐ง โก๏ธ ๐ง
Returns the receiver divided by other.
โ
โ other ๐ง โก๏ธ ๐ง
Returns the receiver multiplied by other.
๐ฎ
๐ฎ other ๐ง โก๏ธ ๐ง
Returns the receiver modulus other.
โ
โ other ๐ง โก๏ธ ๐
Returns true if the receiver is smaller than other.
โถ
โถ other ๐ง โก๏ธ ๐
Returns true if the receiver is greater than other.
โ๐
โ๐ other ๐ง โก๏ธ ๐
Returns true if the receiver is smaller than or equal to other.
โถ๐
โถ๐ other ๐ง โก๏ธ ๐
Returns true if the receiver is greater than or equal to other.
โญ
โญ other ๐ง โก๏ธ ๐ง
Returns this integer AND other.
๐ข
๐ข other ๐ง โก๏ธ ๐ง
Returns this integer OR other.
โ
โ other ๐ง โก๏ธ ๐ง
Returns this integer XOR other.
โโ๏ธ
โ๏ธ โ โก๏ธ ๐ง
Returns NOT applied to this integer.
๐
๐ n ๐ง โก๏ธ ๐ง
Shifts this integer by n bits to the left.
๐
๐ n ๐ง โก๏ธ ๐ง
Shifts this integer by n bits to the right.
๐กโ๏ธ
โ๏ธ ๐ก โก๏ธ ๐ก
Creates a string representation of this integer in decimal base.
๐โ๏ธ
โ๏ธ ๐ โก๏ธ ๐ง
Returns the additive inverse of this byte. If this byte is x*, the result equals *-x.
๐ขโ๏ธ
โ๏ธ ๐ข โก๏ธ ๐ข
Converts this byte to an integer.