TMtxByte::Find Method

Overload List

#SignatureDescription
1int Find(const int X);Finds a match for X in object values.
2int Find(const int X, const int Index, int Len);

Overload 1: int Find(const int X);

Finds a match for X in object values.

#NameTypeDescription
1Xconst int

Returns: the index of first matched element. If no matching elements are found, the result is -1.

Remarks:

Compare real value X with all calling object elements.

Declared in Dew::Math::TMtxVecInt · Dew.Math/AbstractMtxVecInt.h · Cross-compiler

Overload 2: int Find(const int X, const int Index, int Len);

#NameTypeDescription
1Xconst int
2Indexconst int
3Lenint
Declared in Dew::Math::TMtxVecInt · Dew.Math/AbstractMtxVecInt.h · Cross-compiler