Skip to main content

>=

Overloads

NameDescription
(const RealArray lhs >= const RealArray rhs) -> BoolArrayGreater or equal operator comparing two RealArray.
(const RealArray lhs >= const real rhs) -> BoolArrayGreater or equal operator comparing two RealArray.
(const IntegerArray lhs >= const IntegerArray rhs) -> BoolArrayGreater or equal operator comparing two IntegerArray.
(const IntegerArray lhs >= const integer rhs) -> BoolArrayGreater or equal operator comparing two IntegerArray.
(const real lhs >= const RealArray rhs) -> BoolArrayGreater or equal operator comparing two RealArray.
(const integer lhs >= const IntegerArray rhs) -> BoolArrayGreater or equal operator comparing two IntegerArray.

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

Greater or equal 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

Greater or equal 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

Greater or equal 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

Greater or equal 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

Greater or equal 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

Greater or equal operator comparing two IntegerArray.

Parameters

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