Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void SizeFromArray(const DewArray2D<int> &Src); | Sizes the calling matrix to match the size of the array. |
| 2 | void SizeFromArray(const DewArray2D<short> &Src); | Sizes the calling matrix to match the size of the array. |
| 3 | void SizeFromArray(const DewArray2D<unsigned char> &Src); | Sizes the calling matrix to match the size of the array. |
Overload 1: void SizeFromArray(const DewArray2D<int> &Src);
Sizes the calling matrix to match the size of the array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | const DewArray2D<int> & |
Remarks:
Sizes the calling matrix to match the size of the array. IntPrecision property value is preserved.
Declared in Dew::Math::TMtxInt · Dew.Math/MtxVecInt.h · Cross-compiler
Overload 2: void SizeFromArray(const DewArray2D<short> &Src);
Sizes the calling matrix to match the size of the array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | const DewArray2D<short> & |
Remarks:
IntPrecision property value is preserved.
Declared in Dew::Math::TMtxInt · Dew.Math/MtxVecInt.h · Cross-compiler
Overload 3: void SizeFromArray(const DewArray2D<unsigned char> &Src);
Sizes the calling matrix to match the size of the array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | const DewArray2D<unsigned char> & |
Remarks:
IntPrecision property value is preserved.
Declared in Dew::Math::TMtxInt · Dew.Math/MtxVecInt.h · Cross-compiler