Overload List
| # | Signature | Description |
|---|---|---|
| 1 | int Find(const int X) const; | Finds a match for X in object values. |
| 2 | int Find(const int X, const int Index, const int Len = MtxVecEOA) const; |
Overload 1: int Find(const int X) const;
Finds a match for X in object values.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | const 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::VectorInt · Dew.Math/MtxExprInt.h · Cross-compiler
Overload 2: int Find(const int X, const int Index, const int Len = MtxVecEOA) const;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | const int | |
| 2 | Index | const int | |
| 3 | Len = MtxVecEOA | const int |
Declared in Dew::Math::VectorInt · Dew.Math/MtxExprInt.h · Cross-compiler