Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void SizeFromArray(TCplx[] Src) | Sets the size of the vector to match an array. |
| 2 | void SizeFromArray(Byte[] Src) | Sets the size of the vector to match an array. |
| 3 | void SizeFromArray(Double[] Src) | Sets the size of the vector to match an array. |
| 4 | void SizeFromArray(Int16[] Src) | Sets the size of the vector to match an array. |
| 5 | void SizeFromArray(Int32[] Src) | Sets the size of the vector to match an array. |
| 6 | void SizeFromArray(Single[] Src) | Sets the size of the vector to match an array. |
Overload 1: void SizeFromArray(TCplx[] Src)
Sets the size of the vector to match an array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TCplx[] |
Result: stored in self (calling object)
Sets the Length of the calling vector to match the length of the array.
Overload 2: void SizeFromArray(Byte[] Src)
Sets the size of the vector to match an array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Byte[] |
Result: stored in self (calling object)
Sets the size (Length) of the caling vector to match the length of the array.
Overload 3: void SizeFromArray(Double[] Src)
Sets the size of the vector to match an array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Double[] |
Result: stored in self (calling object)
Sets the Length of the calling vector to match the length of the array.
Overload 4: void SizeFromArray(Int16[] Src)
Sets the size of the vector to match an array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Int16[] |
Result: stored in self (calling object)
Sets the Length of the calling vector to match the length of the array.
Overload 5: void SizeFromArray(Int32[] Src)
Sets the size of the vector to match an array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Int32[] |
Result: stored in self (calling object)
Sets the Length of the calling vector to match the length of the array.
Overload 6: void SizeFromArray(Single[] Src)
Sets the size of the vector to match an array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Single[] |
Result: stored in self (calling object)
Sets the Length of the calling vector to match the length of the array.