-
Applies a bitwise AND operation to the value property with the given
operand; the value is updated accordingly and the result can be retrieved
with the
getValue() method.
Applies a bitwise NOT operation to the value property ; the value is
updated accordingly and the result can be retrieved with the
getValue() method.
Applies a bitwise OR operation to the value property with the given
operand; the value is updated accordingly and the result can be retrieved
with the
getValue() method.
Applies a bitwise XOR operation to the value property with the given
operand; the value is updated accordingly and the result can be retrieved
with the
getValue() method.