Skip to main content

^

Overloads

NameDescription
(const bool lhs ^ const BoolArray rhs) -> BoolArrayReturns the logical XOR of the BoolArray lhs and rhs.
(const BoolArray lhs ^ const BoolArray rhs) -> BoolArrayReturns the logical XOR of the BoolArray lhs and rhs.
(const BoolArray lhs ^ const bool rhs) -> BoolArrayReturns the logical XOR of the BoolArray lhs and rhs.

(const bool lhs ^ const BoolArray rhs) -> BoolArray

Returns the logical XOR of the BoolArray lhs and rhs.

Parameters

  • lhs: The left-hand-side array or scalar.
  • rhs: The right-hand-side array or scalar.

(const BoolArray lhs ^ const BoolArray rhs) -> BoolArray

Returns the logical XOR of the BoolArray lhs and rhs.

Parameters

  • lhs: The left-hand-side array or scalar.
  • rhs: The right-hand-side array or scalar.

(const BoolArray lhs ^ const bool rhs) -> BoolArray

Returns the logical XOR of the BoolArray lhs and rhs.

Parameters

  • lhs: The left-hand-side array or scalar.
  • rhs: The right-hand-side array or scalar.