Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void SizeToArray(DewArray<TSCplx> &Dst, int Len); | |
| 2 | void SizeToArray(DewArray<float> &Dst); | Sets the size of the array to match the size of the object. |
| 3 | void SizeToArray(DewArray<double> &Dst); | Sets the size of the array to match the size of the object. |
| 4 | void SizeToArray(DewArray<TCplx> &Dst); | Sets the size of the array to match the size of the object. |
| 5 | void SizeToArray(DewArray<int> &Dst); | Sets the size of the array to match the size of the object. |
| 6 | void SizeToArray(DewArray<int> &Dst, int Len); | Sets the size of the array considering the value of the Complex property. |
| 7 | void SizeToArray(DewArray<float> &Dst, int Len); | Sets the size of the array considering the value of the Complex property. |
| 8 | void SizeToArray(DewArray<double> &Dst, int Len); | Sets the size of the array considering the value of the Complex property. |
| 9 | void SizeToArray(DewArray<TCplx> &Dst, int Len); | Sets the size of the array considering the value of the Complex property. |
Overload 1: void SizeToArray(DewArray<TSCplx> &Dst, int Len);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | DewArray<TSCplx> & | |
| 2 | Len | int |
Overload 2: void SizeToArray(DewArray<float> &Dst);
Sets the size of the array to match the size of the object.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | DewArray<float> & |
SizeToArray considers both Complex and Length properties when setting the size of the array.
Overload 3: void SizeToArray(DewArray<double> &Dst);
Sets the size of the array to match the size of the object.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | DewArray<double> & |
SizeToArray considers both Complex and Length properties when setting the size of the array.
Overload 4: void SizeToArray(DewArray<TCplx> &Dst);
Sets the size of the array to match the size of the object.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | DewArray<TCplx> & |
SizeToArray considers both Complex and Length properties when setting the size of the array.
Overload 5: void SizeToArray(DewArray<int> &Dst);
Sets the size of the array to match the size of the object.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | DewArray<int> & |
SizeToArray considers both Complex and Length properties when setting the size of the array.
Overload 6: void SizeToArray(DewArray<int> &Dst, int Len);
Sets the size of the array considering the value of the Complex property.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | DewArray<int> & | |
| 2 | Len | int |
SizeToArray considers the value of the Complex property and of the Len parameter when setting the size of the array.
Overload 7: void SizeToArray(DewArray<float> &Dst, int Len);
Sets the size of the array considering the value of the Complex property.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | DewArray<float> & | |
| 2 | Len | int |
SizeToArray considers the value of the Complex property and of the Len parameter when setting the size of the array.
Overload 8: void SizeToArray(DewArray<double> &Dst, int Len);
Sets the size of the array considering the value of the Complex property.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | DewArray<double> & | |
| 2 | Len | int |
SizeToArray considers the value of the Complex property and of the Len parameter when setting the size of the array.
Overload 9: void SizeToArray(DewArray<TCplx> &Dst, int Len);
Sets the size of the array considering the value of the Complex property.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | DewArray<TCplx> & | |
| 2 | Len | int |
SizeToArray considers the value of the Complex property and of the Len parameter when setting the size of the array.