Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void SizeFromArray(const DewArray<TCplx> &Src); | Sets the size of the vector to match an array. |
| 2 | void SizeFromArray(const DewArray<double> &Src); | Sets the size of the vector to match an array. |
| 3 | void SizeFromArray(const DewArray<float> &Src); | Sets the size of the vector to match an array. |
| 4 | void SizeFromArray(const DewArray<int> &Src); | Sets the size of the vector to match an array. |
| 5 | void SizeFromArray(const DewArray<short> &Src); | Sets the size of the vector to match an array. |
| 6 | void SizeFromArray(const DewArray<unsigned char> &Src); | Sets the size of the vector to match an array. |
Overload 1: void SizeFromArray(const DewArray<TCplx> &Src);
Sets the size of the vector to match an array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | const DewArray<TCplx> & |
Sets the Length of the calling vector to match the length of the array. IntPrecision property value is preserved.
Overload 2: void SizeFromArray(const DewArray<double> &Src);
Sets the size of the vector to match an array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | const DewArray<double> & |
Sets the Length of the calling vector to match the length of the array. IntPrecision property value is preserved.
Overload 3: void SizeFromArray(const DewArray<float> &Src);
Sets the size of the vector to match an array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | const DewArray<float> & |
Sets the Length of the calling vector to match the length of the array. IntPrecision property value is preserved.
Overload 4: void SizeFromArray(const DewArray<int> &Src);
Sets the size of the vector to match an array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | const DewArray<int> & |
Sets the Length of the calling vector to match the length of the array. IntPrecision property value is preserved.
Overload 5: void SizeFromArray(const DewArray<short> &Src);
Sets the size of the vector to match an array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | const DewArray<short> & |
Sets the Length of the calling vector to match the length of the array. IntPrecision property value is preserved.
Overload 6: void SizeFromArray(const DewArray<unsigned char> &Src);
Sets the size of the vector to match an array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | const DewArray<unsigned char> & |
Sets the size (Length) of the caling vector to match the length of the array. IntPrecision property value is preserved.