UBinarySizeBitwiseAnd(UInt64, UBinarySize) Operator
Namespace: OokiiAssembly: Ookii.BinarySize (in Ookii.BinarySize.dll) Version: 1.2.0+20f0bdf981c7baf115c68ccab612b1a031efcb4d
public static UBinarySize operator &(
ulong left,
UBinarySize right
)
Public Shared Operator And (
left As ULong,
right As UBinarySize
) As UBinarySize
public:
static UBinarySize operator &(
unsigned long long left,
UBinarySize right
)
static let inline (&&&)
left : uint64 *
right : UBinarySize : UBinarySize
- left UInt64
- The value to and with right.
- right UBinarySize
- The value to and with left.
UBinarySizeThe bitwise-and of
left and
right.