Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void SizeToArray(ref TCplx[] Dst) | Sizes the array. |
| 2 | void SizeToArray(ref TSCplx[] Dst) | Sizes the array. |
| 3 | void SizeToArray(ref Byte[] Dst) | Sizes integer array. |
| 4 | void SizeToArray(ref Double[] Dst) | Sizes double precision array. |
| 5 | void SizeToArray(ref Int16[] Dst) | Sizes integer array. |
| 6 | void SizeToArray(ref Int32[] Dst) | Sizes integer array. |
| 7 | void SizeToArray(ref Single[] Dst) | Size single precision array. |
| 8 | void SizeToArray(ref UInt16[] Dst) | Sizes integer array. |
Overload 1: void SizeToArray(ref TCplx[] Dst)
Sizes the array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | TCplx[] (ref) |
Result: stored in self (calling object)
Sizes the Dst array so that it can hold all the values stored in the calling object.
Overload 2: void SizeToArray(ref TSCplx[] Dst)
Sizes the array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | TSCplx[] (ref) |
Result: stored in self (calling object)
Sizes the Dst array so that it can hold all the values stored in the calling object.
Overload 3: void SizeToArray(ref Byte[] Dst)
Sizes integer array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | Byte[] (ref) |
Result: stored in self (calling object)
If the Dew.Math.TMtxVec.Complex property is true the Length of the Dst array will be 2*Dew.Math.TMtxVecBase.Length.
Overload 4: void SizeToArray(ref Double[] Dst)
Sizes double precision array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | Double[] (ref) |
Result: stored in self (calling object)
If the Dew.Math.TMtxVec.Complex property is true the Length of the Dst array will be 2*Dew.Math.TMtxVecBase.Length.
Overload 5: void SizeToArray(ref Int16[] Dst)
Sizes integer array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | Int16[] (ref) |
Result: stored in self (calling object)
If the Dew.Math.TMtxVec.Complex property is true the Length of the Dst array will be 2*Dew.Math.TMtxVecBase.Length.
Overload 6: void SizeToArray(ref Int32[] Dst)
Sizes integer array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | Int32[] (ref) |
Result: stored in self (calling object)
If the Dew.Math.TMtxVec.Complex property is true the Length of the Dst array will be 2*Dew.Math.TMtxVecBase.Length.
Overload 7: void SizeToArray(ref Single[] Dst)
Size single precision array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | Single[] (ref) |
Result: stored in self (calling object)
If the Dew.Math.TMtxVec.Complex property is true the Length of the Dst array will be 2*Dew.Math.TMtxVecBase.Length.
Overload 8: void SizeToArray(ref UInt16[] Dst)
Sizes integer array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | UInt16[] (ref) |
Result: stored in self (calling object)
If the Dew.Math.TMtxVec.Complex property is true the Length of the Dst array will be 2*Dew.Math.TMtxVecBase.Length.