UBinarySizeBitwiseAnd Operator

Overload List

BitwiseAnd(UBinarySize, UBinarySize) Computes the bitwise-and of two UBinarySize values.
BitwiseAnd(UBinarySize, UInt64) Computes the bitwise-and of a UBinarySize value and a UInt64.
BitwiseAnd(UInt64, UBinarySize) Computes the bitwise-and of a UInt64 value and a UBinarySize.

See Also