Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void SizeToArray(DewArray<TCplx> &Dst); | Sizes the array. |
| 2 | void SizeToArray(DewArray<TSCplx> &Dst); | Sizes the array. |
| 3 | void SizeToArray(DewArray<double> &Dst); | Sizes double precision array. |
| 4 | void SizeToArray(DewArray<float> &Dst); | Size single precision array. |
| 5 | void SizeToArray(DewArray<int> &Dst); | Sizes integer array. |
| 6 | void SizeToArray(DewArray<unsigned short> &Dst); | Sizes integer array. |
| 7 | void SizeToArray(DewArray<short> &Dst); | Sizes integer array. |
| 8 | void SizeToArray(DewArray<unsigned char> &Dst); | Sizes integer array. |
Overload 1: void SizeToArray(DewArray<TCplx> &Dst);
Sizes the array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | DewArray<TCplx> & |
Sizes the Dst array so that it can hold all the values stored in the calling object.
Overload 2: void SizeToArray(DewArray<TSCplx> &Dst);
Sizes the array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | DewArray<TSCplx> & |
Sizes the Dst array so that it can hold all the values stored in the calling object.
Overload 3: void SizeToArray(DewArray<double> &Dst);
Sizes double precision array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | DewArray<double> & |
If the TMtxVec::Complex property is true the Length of the Dst array will be 2*TVecByte::Length.
Overload 4: void SizeToArray(DewArray<float> &Dst);
Size single precision array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | DewArray<float> & |
If the TMtxVec::Complex property is true the Length of the Dst array will be 2*TVecByte::Length.
Overload 5: void SizeToArray(DewArray<int> &Dst);
Sizes integer array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | DewArray<int> & |
If the TMtxVec::Complex property is true the Length of the Dst array will be 2*TVecByte::Length.
Overload 6: void SizeToArray(DewArray<unsigned short> &Dst);
Sizes integer array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | DewArray<unsigned short> & |
If the TMtxVec::Complex property is true the Length of the Dst array will be 2*TVecByte::Length.
Overload 7: void SizeToArray(DewArray<short> &Dst);
Sizes integer array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | DewArray<short> & |
If the TMtxVec::Complex property is true the Length of the Dst array will be 2*TVecByte::Length.
Overload 8: void SizeToArray(DewArray<unsigned char> &Dst);
Sizes integer array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | DewArray<unsigned char> & |
If the TMtxVec::Complex property is true the Length of the Dst array will be 2*TVecByte::Length.