Overload List
| # | Signature | Description |
|---|---|---|
| 1 | procedure SizeToArray(var Dst: TCplxArray); | Sizes complex array. |
| 2 | procedure SizeToArray(var Dst: TByteArray); | Sizes 1 byte unsigned integer array. |
| 3 | procedure SizeToArray(var Dst: T2DByteArray); | Sizes the Dst array to match the size of the matrix. |
| 4 | procedure SizeToArray(var Dst: TDoubleArray); | Sizes double precision array. |
| 5 | procedure SizeToArray(var Dst: TSmallIntArray); | Sizes 2 byte signed integer array. |
| 6 | procedure SizeToArray(var Dst: T2DSmallIntArray); | Sizes the Dst array to match the size of the matrix. |
| 7 | procedure SizeToArray(var Dst: TIntegerArray); | Sizes 4 byte signed integer array. |
| 8 | procedure SizeToArray(var Dst: T2DIntegerArray); | Sizes the Dst array to match the matrix. |
| 9 | procedure SizeToArray(var Dst: TSingleArray); | Size single precision array. |
| 10 | procedure SizeToArray(var Dst: TWordArray); | Sizes 2 byte unsigned integer array. |
Overload 1: procedure SizeToArray(var Dst: TCplxArray);
Sizes complex array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | TCplxArray |
Result: stored in self (calling object)
Overload 2: procedure SizeToArray(var Dst: TByteArray);
Sizes 1 byte unsigned integer array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | TByteArray |
Result: stored in self (calling object)
Overload 3: procedure SizeToArray(var Dst: T2DByteArray);
Sizes the Dst array to match the size of the matrix.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | T2DByteArray |
Result: stored in self (calling object)
Overload 4: procedure SizeToArray(var Dst: TDoubleArray);
Sizes double precision array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | TDoubleArray |
Result: stored in self (calling object)
Overload 5: procedure SizeToArray(var Dst: TSmallIntArray);
Sizes 2 byte signed integer array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | TSmallIntArray |
Result: stored in self (calling object)
Overload 6: procedure SizeToArray(var Dst: T2DSmallIntArray);
Sizes the Dst array to match the size of the matrix.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | T2DSmallIntArray |
Result: stored in self (calling object)
Overload 7: procedure SizeToArray(var Dst: TIntegerArray);
Sizes 4 byte signed integer array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | TIntegerArray |
Result: stored in self (calling object)
Overload 8: procedure SizeToArray(var Dst: T2DIntegerArray);
Sizes the Dst array to match the matrix.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | T2DIntegerArray |
Result: stored in self (calling object)
Sizes the Dst array to match the size of the matrix.
Overload 9: procedure SizeToArray(var Dst: TSingleArray);
Size single precision array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | TSingleArray |
Result: stored in self (calling object)
Overload 10: procedure SizeToArray(var Dst: TWordArray);
Sizes 2 byte unsigned integer array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | TWordArray |
Result: stored in self (calling object)