UBinarySizeExclusiveOr(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 Xor (
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 xor with right.
- right UBinarySize
- The value to xor with left.
UBinarySizeThe exclusive-or of
left and
right.