Emojicode Documentation 1.0 beta 2

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.