Overload List
| # | Signature | Description |
|---|---|---|
| 1 | bool IsEqual(int Value); | Compares Value with all calling object elements. |
| 2 | bool IsEqual(int Value, int Index, int Len); | Compares Value with all calling object elements. |
| 3 | bool IsEqual(TMtxVecInt *Vec); | Compares all Vec elements with calling object elements and checks also Length and IntPrecision properties, if they match. |
| 4 | bool IsEqual(TMtxVecInt *Vec, int VecIndex, int Index, int Len); | Compares Vec elements [VecIndex]..[VecIndex+Len-1] with calling object elements [Index]..[Index+Len-1]. |
Overload 1: bool IsEqual(int Value);
Compares Value with all calling object elements.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Value | int |
Declared in Dew::Math::TMtxVecInt · Dew.Math/AbstractMtxVecInt.h · Cross-compiler
Overload 2: bool IsEqual(int Value, int Index, int Len);
Compares Value with all calling object elements.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Value | int | |
| 2 | Index | int | |
| 3 | Len | int |
Declared in Dew::Math::TMtxVecInt · Dew.Math/AbstractMtxVecInt.h · Cross-compiler
Overload 3: bool IsEqual(TMtxVecInt *Vec);
Compares all Vec elements with calling object elements and checks also Length and IntPrecision properties, if they match.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Vec | TMtxVecInt * |
Declared in Dew::Math::TMtxVecInt · Dew.Math/AbstractMtxVecInt.h · Cross-compiler
Overload 4: bool IsEqual(TMtxVecInt *Vec, int VecIndex, int Index, int Len);
Compares Vec elements [VecIndex]..[VecIndex+Len-1] with calling object elements [Index]..[Index+Len-1].
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Vec | TMtxVecInt * | |
| 2 | VecIndex | int | |
| 3 | Index | int | |
| 4 | Len | int |
Declared in Dew::Math::TMtxVecInt · Dew.Math/AbstractMtxVecInt.h · Cross-compiler