or
Binary OR operation on a Byte type.
Receiver
The first byte.
Return
The result of the OR operation.
Parameters
other
The second byte.
Binary OR operation on a UByte type.
Receiver
The first unsigned byte.
Return
The result of the OR operation.
Parameters
other
The second byte.
Binary OR operation on a Short type.
Receiver
The first short.
Return
The result of the OR operation.
Parameters
other
The second byte.
Binary OR operation on a UShort type.
Receiver
The first unsigned short.
Return
The result of the OR operation.
Parameters
other
The second byte.