BitwiseAnd(BinarySize, BinarySize) | Computes the bitwise-and of two BinarySize values. |
BitwiseAnd(BinarySize, Int64) | Computes the bitwise-and of a BinarySize value and a Int64. |
BitwiseAnd(Int64, BinarySize) | Computes the bitwise-and of a Int64 value and a BinarySize. |