Skip to main content

logical_and

Overloads

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

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

Returns the logical AND of the BoolArray lhs and rhs.

Parameters

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

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

Returns the logical AND of the BoolArray lhs and rhs.

Parameters

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

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

Returns the logical AND of the BoolArray lhs and rhs.

Parameters

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