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