Overload List
| # | Signature | Description |
|---|---|---|
| 1 | procedure SizeToArray(var Dst: TCplxArray); | Sets the size of the array to match the size of the object. |
| 2 | procedure SizeToArray(var Dst: TCplxArray; Len: Integer); | Sets the size of the array considering the value of the Complex property. |
| 3 | procedure SizeToArray(var Dst: TDoubleArray); | Sets the size of the array to match the size of the object. |
| 4 | procedure SizeToArray(var Dst: TDoubleArray; Len: Integer); | Sets the size of the array considering the value of the Complex property. |
| 5 | procedure SizeToArray(var Dst: TIntegerArray); | Sets the size of the array to match the size of the object. |
| 6 | procedure SizeToArray(var Dst: TIntegerArray; Len: Integer); | Sets the size of the array considering the value of the Complex property. |
| 7 | procedure SizeToArray(var Dst: TSingleArray); | Sets the size of the array to match the size of the object. |
| 8 | procedure SizeToArray(var Dst: TSingleArray; Len: Integer); | Sets the size of the array considering the value of the Complex property. |
Overload 1: procedure SizeToArray(var Dst: TCplxArray);
Sets the size of the array to match the size of the object.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | TCplxArray |
Result: stored in self (calling object)
SizeToArray considers both Complex and Length properties when setting the size of the array.
Overload 2: procedure SizeToArray(var Dst: TCplxArray; Len: Integer);
Sets the size of the array considering the value of the Complex property.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | TCplxArray | |
| 2 | Len | Integer | element count |
Result: stored in self (calling object)
SizeToArray considers the value of the Complex property and of the Len parameter when setting the size of the array.
Overload 3: procedure SizeToArray(var Dst: TDoubleArray);
Sets the size of the array to match the size of the object.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | TDoubleArray |
Result: stored in self (calling object)
SizeToArray considers both Complex and Length properties when setting the size of the array.
Overload 4: procedure SizeToArray(var Dst: TDoubleArray; Len: Integer);
Sets the size of the array considering the value of the Complex property.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | TDoubleArray | |
| 2 | Len | Integer | element count |
Result: stored in self (calling object)
SizeToArray considers the value of the Complex property and of the Len parameter when setting the size of the array.
Overload 5: procedure SizeToArray(var Dst: TIntegerArray);
Sets the size of the array to match the size of the object.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | TIntegerArray |
Result: stored in self (calling object)
SizeToArray considers both Complex and Length properties when setting the size of the array.
Overload 6: procedure SizeToArray(var Dst: TIntegerArray; Len: Integer);
Sets the size of the array considering the value of the Complex property.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | TIntegerArray | |
| 2 | Len | Integer | element count |
Result: stored in self (calling object)
SizeToArray considers the value of the Complex property and of the Len parameter when setting the size of the array.
Overload 7: procedure SizeToArray(var Dst: TSingleArray);
Sets the size of the array to match the size of the object.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | TSingleArray |
Result: stored in self (calling object)
SizeToArray considers both Complex and Length properties when setting the size of the array.
Overload 8: procedure SizeToArray(var Dst: TSingleArray; Len: Integer);
Sets the size of the array considering the value of the Complex property.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | TSingleArray | |
| 2 | Len | Integer | element count |
Result: stored in self (calling object)
SizeToArray considers the value of the Complex property and of the Len parameter when setting the size of the array.