Skip to main content

<

Overloads

NameDescription
(const RealArray lhs < const RealArray rhs) -> BoolArrayLess than operator comparing two RealArray.
(const RealArray lhs < const real rhs) -> BoolArrayLess than operator comparing two RealArray.
(const IntegerArray lhs < const IntegerArray rhs) -> BoolArrayLess than operator comparing two IntegerArray.
(const IntegerArray lhs < const integer rhs) -> BoolArrayLess than operator comparing two IntegerArray.
(const real lhs < const RealArray rhs) -> BoolArrayLess than operator comparing two RealArray.
(const integer lhs < const IntegerArray rhs) -> BoolArrayLess than operator comparing two IntegerArray.

(const RealArray lhs < const RealArray rhs) -> BoolArray

Less than operator comparing two RealArray.

Parameters

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

(const RealArray lhs < const real rhs) -> BoolArray

Less than operator comparing two RealArray.

Parameters

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

(const IntegerArray lhs < const IntegerArray rhs) -> BoolArray

Less than operator comparing two IntegerArray.

Parameters

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

(const IntegerArray lhs < const integer rhs) -> BoolArray

Less than operator comparing two IntegerArray.

Parameters

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

(const real lhs < const RealArray rhs) -> BoolArray

Less than operator comparing two RealArray.

Parameters

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

(const integer lhs < const IntegerArray rhs) -> BoolArray

Less than operator comparing two IntegerArray.

Parameters

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