Operators
Properties
Link copied to clipboard
Performs a bitwise AND operation between the two values.
Link copied to clipboard
Divides this value by the other value.
Link copied to clipboard
Subtracts the other value from this value.
Link copied to clipboard
Performs a bitwise OR operation between the two values.
Link copied to clipboard
Adds the other value to this value.
Link copied to clipboard
Raises this value to the other value.
Link copied to clipboard
Calculates the remainder of truncating division of this value by the other value.
Link copied to clipboard
Shifts this value left by the bitCount number of bits.
Link copied to clipboard
Shifts this value right by the bitCount number of bits, filling the leftmost bits with copies of the sign bit.
Link copied to clipboard
Multiplies this value by the other value.
Link copied to clipboard
Shifts this value right by the bitCount number of bits, filling the leftmost bits with zeros.
Link copied to clipboard
Performs a bitwise XOR operation between the two values.