Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void SizeToArray(DewArray<double> &Dst); | Sizes double precision array. |
| 2 | void SizeToArray(DewArray<float> &Dst); | Size single precision array. |
| 3 | void SizeToArray(DewArray<int> &Dst); | Sizes integer array. |
| 4 | void SizeToArray(DewArray<unsigned short> &Dst); | Sizes integer array. |
| 5 | void SizeToArray(DewArray<short> &Dst); | Sizes integer array. |
| 6 | void SizeToArray(DewArray<unsigned char> &Dst); | Sizes integer array. |
Overload 1: void SizeToArray(DewArray<double> &Dst);
Sizes double precision array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | DewArray<double> & |
Remarks:
If the TMtxVec::Complex property is true the Length of the Dst array will be 2*TMtxVecSample::Length.
Declared in Dew::Math::TMtxVecBase · Dew.Math/MtxVecBase.h · Cross-compiler
Overload 2: void SizeToArray(DewArray<float> &Dst);
Size single precision array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | DewArray<float> & |
Remarks:
If the TMtxVec::Complex property is true the Length of the Dst array will be 2*TMtxVecSample::Length.
Declared in Dew::Math::TMtxVecBase · Dew.Math/MtxVecBase.h · Cross-compiler
Overload 3: void SizeToArray(DewArray<int> &Dst);
Sizes integer array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | DewArray<int> & |
Remarks:
If the TMtxVec::Complex property is true the Length of the Dst array will be 2*TMtxVecSample::Length.
Declared in Dew::Math::TMtxVecBase · Dew.Math/MtxVecBase.h · Cross-compiler
Overload 4: void SizeToArray(DewArray<unsigned short> &Dst);
Sizes integer array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | DewArray<unsigned short> & |
Remarks:
If the TMtxVec::Complex property is true the Length of the Dst array will be 2*TMtxVecSample::Length.
Declared in Dew::Math::TMtxVecBase · Dew.Math/MtxVecBase.h · Cross-compiler
Overload 5: void SizeToArray(DewArray<short> &Dst);
Sizes integer array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | DewArray<short> & |
Remarks:
If the TMtxVec::Complex property is true the Length of the Dst array will be 2*TMtxVecSample::Length.
Declared in Dew::Math::TMtxVecBase · Dew.Math/MtxVecBase.h · Cross-compiler
Overload 6: void SizeToArray(DewArray<unsigned char> &Dst);
Sizes integer array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | DewArray<unsigned char> & |
Remarks:
If the TMtxVec::Complex property is true the Length of the Dst array will be 2*TMtxVecSample::Length.
Declared in Dew::Math::TMtxVecBase · Dew.Math/MtxVecBase.h · Cross-compiler