Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void SizeToArray(ref TCplx[] Dst) | Sets the size of the array to match the size of the object. |
| 2 | void SizeToArray(ref TCplx[] Dst, Int32 Len) | Sets the size of the array considering the value of the Complex property. |
| 3 | void SizeToArray(ref Double[] Dst) | Sets the size of the array to match the size of the object. |
| 4 | void SizeToArray(ref Double[] Dst, Int32 Len) | Sets the size of the array considering the value of the Complex property. |
| 5 | void SizeToArray(ref Int32[] Dst) | Sets the size of the array to match the size of the object. |
| 6 | void SizeToArray(ref Int32[] Dst, Int32 Len) | Sets the size of the array considering the value of the Complex property. |
| 7 | void SizeToArray(ref Single[] Dst) | Sets the size of the array to match the size of the object. |
| 8 | void SizeToArray(ref Single[] Dst, Int32 Len) | Sets the size of the array considering the value of the Complex property. |
Overload 1: void SizeToArray(ref TCplx[] Dst)
Sets the size of the array to match the size of the object.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | TCplx[] (ref) |
Result: stored in self (calling object)
SizeToArray considers both Complex and Length properties when setting the size of the array.
Overload 2: void SizeToArray(ref TCplx[] Dst, Int32 Len)
Sets the size of the array considering the value of the Complex property.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | TCplx[] (ref) | |
| 2 | Len | Int32 | 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: void SizeToArray(ref Double[] Dst)
Sets the size of the array to match the size of the object.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | Double[] (ref) |
Result: stored in self (calling object)
SizeToArray considers both Complex and Length properties when setting the size of the array.
Overload 4: void SizeToArray(ref Double[] Dst, Int32 Len)
Sets the size of the array considering the value of the Complex property.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | Double[] (ref) | |
| 2 | Len | Int32 | 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: void SizeToArray(ref Int32[] Dst)
Sets the size of the array to match the size of the object.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | Int32[] (ref) |
Result: stored in self (calling object)
SizeToArray considers both Complex and Length properties when setting the size of the array.
Overload 6: void SizeToArray(ref Int32[] Dst, Int32 Len)
Sets the size of the array considering the value of the Complex property.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | Int32[] (ref) | |
| 2 | Len | Int32 | 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: void SizeToArray(ref Single[] Dst)
Sets the size of the array to match the size of the object.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | Single[] (ref) |
Result: stored in self (calling object)
SizeToArray considers both Complex and Length properties when setting the size of the array.
Overload 8: void SizeToArray(ref Single[] Dst, Int32 Len)
Sets the size of the array considering the value of the Complex property.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | Single[] (ref) | |
| 2 | Len | Int32 | 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.