Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void SizeFromArray(const DewArray2D<int> &Src) const; | Sets the size of the vector to match an array. |
| 2 | void SizeFromArray(const DewArray2D<short> &Src) const; | Sets the size of the vector to match an array. |
| 3 | void SizeFromArray(const DewArray2D<unsigned char> &Src) const; | Sets the size of the vector to match an array. |
Overload 1: void SizeFromArray(const DewArray2D<int> &Src) const;
Sets the size of the vector to match an array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | const DewArray2D<int> & |
Remarks:
Sets the Length of the calling vector to match the length of the array.
Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler
Overload 2: void SizeFromArray(const DewArray2D<short> &Src) const;
Sets the size of the vector to match an array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | const DewArray2D<short> & |
Remarks:
Sets the Length of the calling vector to match the length of the array.
Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler
Overload 3: void SizeFromArray(const DewArray2D<unsigned char> &Src) const;
Sets the size of the vector to match an array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | const DewArray2D<unsigned char> & |
Remarks:
Sets the size (Length) of the caling vector to match the length of the array.
Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler