<=
Overloads
| Name | Description |
|---|---|
(const RealArray lhs <= const real rhs) -> BoolArray | Less or equal operator comparing two RealArray. |
(const integer lhs <= const IntegerArray rhs) -> BoolArray | Less or equal operator comparing two IntegerArray. |
(const real lhs <= const RealArray rhs) -> BoolArray | Less or equal operator comparing two RealArray. |
(const RealArray lhs <= const RealArray rhs) -> BoolArray | Less or equal operator comparing two RealArray. |
(const IntegerArray lhs <= const IntegerArray rhs) -> BoolArray | Less or equal operator comparing two IntegerArray. |
(const IntegerArray lhs <= const integer rhs) -> BoolArray | Less or equal operator comparing two IntegerArray. |
(const RealArray lhs <= const real rhs) -> BoolArray
Less 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
Less 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
Less 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 RealArray rhs) -> BoolArray
Less 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
Less 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
Less or equal operator comparing two IntegerArray.
Parameters
- lhs: The left-hand-side array or scalar.
- rhs: The right-hand-side array or scalar.