MtxVec.FindIndexes Method

Overload List

#SignatureDescription
1void FindIndexes(TVecInt Dst, TMtxVec a, String op, TCplx b)
2void FindIndexes(TVecInt Dst, TMtxVec a, String op, TMtxVec b)
3void FindIndexes(TVecInt Dst, TMtxVec a, String op, Double b)

Overload 1: void FindIndexes(TVecInt Dst, TMtxVec a, String op, TCplx b)

#NameTypeDescription
1DstTVecIntsource TVecInt
2aTMtxVecsource TVec or TMtx
3opString
4bTCplxscalar

Result: stored in self (calling object)

Overload 2: void FindIndexes(TVecInt Dst, TMtxVec a, String op, TMtxVec b)

#NameTypeDescription
1DstTVecIntsource TVecInt
2aTMtxVecsource TVec or TMtx
3opString
4bTMtxVecsource TVec or TMtx

Result: stored in self (calling object)

Overload 3: void FindIndexes(TVecInt Dst, TMtxVec a, String op, Double b)

#NameTypeDescription
1DstTVecIntsource TVecInt
2aTMtxVecsource TVec or TMtx
3opString
4bDoublescalar

Result: stored in self (calling object)