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