UBinarySizeExclusiveOr(UBinarySize, UBinarySize) Operator
Namespace: OokiiAssembly: Ookii.BinarySize (in Ookii.BinarySize.dll) Version: 1.2.0+20f0bdf981c7baf115c68ccab612b1a031efcb4d
public static UBinarySize operator ^(
UBinarySize left,
UBinarySize right
)
Public Shared Operator Xor (
left As UBinarySize,
right As UBinarySize
) As UBinarySize
public:
static UBinarySize operator ^(
UBinarySize left,
UBinarySize right
)
static let inline (^^^)
left : UBinarySize *
right : UBinarySize : UBinarySize
- left UBinarySize
- The value to xor with right.
- right UBinarySize
- The value to xor with left.
UBinarySizeThe exclusive-or of
left and
right.
IBitwiseOperatorsTSelf, TOther, TResultExclusiveOr(TSelf, TOther)