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