Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Int32 FindIndexesAndLength(TMtxVecInt aThis, TMtxVec a, String op, TMtxVec b) | The b parameter is of Dew.Math.TMtxVec type. |
| 2 | Int32 FindIndexesAndLength(TMtxVecInt aThis, TMtxVec a, String op, Double b) | The b parameter is of double type. |
Overload 1: Int32 FindIndexesAndLength(TMtxVecInt aThis, TMtxVec a, String op, TMtxVec b)
The b parameter is of Dew.Math.TMtxVec type.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aThis | TMtxVecInt | source TVecInt or TMtxInt |
| 2 | a | TMtxVec | source TVec or TMtx |
| 3 | op | String | |
| 4 | b | TMtxVec | source TVec or TMtx |
Returns: Int32
Overload 2: Int32 FindIndexesAndLength(TMtxVecInt aThis, TMtxVec a, String op, Double b)
The b parameter is of double type.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aThis | TMtxVecInt | source TVecInt or TMtxInt |
| 2 | a | TMtxVec | source TVec or TMtx |
| 3 | op | String | |
| 4 | b | Double | scalar |
Returns: Int32