Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Boolean op_LessThan(Matrix ALeft, Matrix ARight) | Returns true, if ALeft is less than ARight. |
| 2 | Boolean op_LessThan(Matrix ALeft, TCplx ARight) | Returns true, if ALeft is less than ARight. |
| 3 | Boolean op_LessThan(Matrix ALeft, Vector ARight) | Returns true, if ALeft is less than ARight. |
| 4 | Boolean op_LessThan(Matrix ALeft, Double ARight) | Returns true, if ALeft is less than ARight. |
| 5 | Boolean op_LessThan(TCplx ALeft, Matrix ARight) | Returns true, if ALeft is less than ARight. |
| 6 | Boolean op_LessThan(Vector ALeft, Matrix ARight) | Returns true, if ALeft is less than ARight. |
| 7 | Boolean op_LessThan(Double ALeft, Matrix ARight) | Returns true, if ALeft is less than ARight. |
Overload 1: Boolean op_LessThan(Matrix ALeft, Matrix ARight)
Returns true, if ALeft is less than ARight.
Returns: Boolean
Returns true, if all elements in ALeft are less than ARight.
Overload 2: Boolean op_LessThan(Matrix ALeft, TCplx ARight)
Returns true, if ALeft is less than ARight.
Returns: Boolean
Returns true, if all elements in ALeft are less than ARight.
Overload 3: Boolean op_LessThan(Matrix ALeft, Vector ARight)
Returns true, if ALeft is less than ARight.
Returns: Boolean
Returns true, if all elements in ALeft are less than ARight.
Overload 4: Boolean op_LessThan(Matrix ALeft, Double ARight)
Returns true, if ALeft is less than ARight.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | ALeft | Matrix | |
| 2 | ARight | Double | scalar |
Returns: Boolean
Returns true, if all elements in ALeft are less than ARight.
Overload 5: Boolean op_LessThan(TCplx ALeft, Matrix ARight)
Returns true, if ALeft is less than ARight.
Returns: Boolean
Returns true, if ALeft is less from all elements in ARight.
Overload 6: Boolean op_LessThan(Vector ALeft, Matrix ARight)
Returns true, if ALeft is less than ARight.
Returns: Boolean
Returns true, if all elements in ALeft are less than ARight.
Overload 7: Boolean op_LessThan(Double ALeft, Matrix ARight)
Returns true, if ALeft is less than ARight.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | ALeft | Double | scalar |
| 2 | ARight | Matrix |
Returns: Boolean
Returns true, if ALeft is less from all elements in ARight.