Overload List
| # | Signature | Description |
|---|---|---|
| 1 | procedure SizeFromArray(const Src: TCplxArray); | Sets the size of the vector to match an array. |
| 2 | procedure SizeFromArray(const Src: TByteArray); | Sets the size of the vector to match an array. |
| 3 | procedure SizeFromArray(const Src: TDoubleArray); | Sets the size of the vector to match an array. |
| 4 | procedure SizeFromArray(const Src: TSmallIntArray); | Sets the size of the vector to match an array. |
| 5 | procedure SizeFromArray(const Src: TIntegerArray); | Sets the size of the vector to match an array. |
| 6 | procedure SizeFromArray(const Src: TSingleArray); | Sets the size of the vector to match an array. |
Overload 1: procedure SizeFromArray(const Src: TCplxArray);
Sets the size of the vector to match an array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TCplxArray |
Result: stored in self (calling object)
Sets the Length of the calling vector to match the length of the array. The Vector.Complex is set to True.
Overload 2: procedure SizeFromArray(const Src: TByteArray);
Sets the size of the vector to match an array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TByteArray |
Result: stored in self (calling object)
Sets the size (Length) of the calling vector to match the length of the array. The Vector.Complex is set to false.
Overload 3: procedure SizeFromArray(const Src: TDoubleArray);
Sets the size of the vector to match an array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TDoubleArray |
Result: stored in self (calling object)
Sets the Length of the calling vector to match the length of the array. The Vector.Complex is set to false.
Overload 4: procedure SizeFromArray(const Src: TSmallIntArray);
Sets the size of the vector to match an array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TSmallIntArray |
Result: stored in self (calling object)
Sets the Length of the calling vector to match the length of the array. The Vector.Complex is set to false.
Overload 5: procedure SizeFromArray(const Src: TIntegerArray);
Sets the size of the vector to match an array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TIntegerArray |
Result: stored in self (calling object)
Sets the Length of the calling vector to match the length of the array. The Vector.Complex is set to false.
Overload 6: procedure SizeFromArray(const Src: TSingleArray);
Sets the size of the vector to match an array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TSingleArray |
Result: stored in self (calling object)
Sets the Length of the calling vector to match the length of the array. The Vector.Complex is set to false.