TMtxSmallInt.FindIndexes Method

Overload List

#SignatureDescription
1TMtxVecInt FindIndexes(TMtxVecInt a, String op, TMtxVecInt b)Finds matching indexes. The b parameter is of Dew.Math.TMtxVecInt type.
2TMtxVecInt FindIndexes(TMtxVecInt a, String op, Int32 b)Finds matching indexes. The b parameter is of integer type.

Overload 1: TMtxVecInt FindIndexes(TMtxVecInt a, String op, TMtxVecInt b)

Finds matching indexes. The b parameter is of Dew.Math.TMtxVecInt type.

#NameTypeDescription
1aTMtxVecIntsource TVecInt or TMtxInt
2opString
3bTMtxVecIntsource TVecInt or TMtxInt

Result: stored in self (calling object), returns self for chaining

Remarks:

op parameter can be < , > , >= , <= , = or <>

Overload 2: TMtxVecInt FindIndexes(TMtxVecInt a, String op, Int32 b)

Finds matching indexes. The b parameter is of integer type.

#NameTypeDescription
1aTMtxVecIntsource TVecInt or TMtxInt
2opString
3bInt32

Result: stored in self (calling object), returns self for chaining

Remarks:

op parameter can be < , > , >= , <= , = or <>