Skip to main content

logical_or

Overloads

NameDescription
logical_or(const bool lhs, const BoolArray rhs) -> BoolArrayReturns the logical OR of the BoolArray lhs and rhs.
logical_or(const BoolArray lhs, const bool rhs) -> BoolArrayReturns the logical OR of the BoolArray lhs and rhs.
logical_or(const BoolArray lhs, const BoolArray rhs) -> BoolArrayReturns the logical OR of the BoolArray lhs and rhs.

logical_or(const bool lhs, const BoolArray rhs) -> BoolArray

Returns the logical OR of the BoolArray lhs and rhs.

Parameters

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

logical_or(const BoolArray lhs, const bool rhs) -> BoolArray

Returns the logical OR of the BoolArray lhs and rhs.

Parameters

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

logical_or(const BoolArray lhs, const BoolArray rhs) -> BoolArray

Returns the logical OR of the BoolArray lhs and rhs.

Parameters

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