Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Boolean LessThan(TCplx ALeft, TMtxVec a) | Returns true if ALeft < B for all elements. |
| 2 | Boolean LessThan(TMtxVec a, TCplx ARight) | Returns true if A < ARight for all elements. |
| 3 | Boolean LessThan(TMtxVec a, TMtxVec b) | Returns true if A < ARight for all elements. |
| 4 | Boolean LessThan(TMtxVec a, Double ARight) | Returns true if A < ARight for all elements. |
| 5 | Boolean LessThan(Double ALeft, TMtxVec a) | Returns true if ALeft < A for all elements. |
Overload 1: Boolean LessThan(TCplx ALeft, TMtxVec a)
Returns true if ALeft < B for all elements.
Returns: Boolean
Overload 2: Boolean LessThan(TMtxVec a, TCplx ARight)
Returns true if A < ARight for all elements.
Returns: Boolean
Overload 3: Boolean LessThan(TMtxVec a, TMtxVec b)
Returns true if A < ARight for all elements.
Returns: Boolean
Overload 4: Boolean LessThan(TMtxVec a, Double ARight)
Returns true if A < ARight for all elements.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxVec | source TVec or TMtx |
| 2 | ARight | Double | scalar |
Returns: Boolean
Overload 5: Boolean LessThan(Double ALeft, TMtxVec a)
Returns true if ALeft < A for all elements.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | ALeft | Double | scalar |
| 2 | a | TMtxVec | source TVec or TMtx |
Returns: Boolean