Overload List
| # | Signature | Description |
|---|---|---|
| 1 | procedure SizeFromArray(const Src: T2DByteArray); | Sizes the calling matrix to match the size of the array. |
| 2 | procedure SizeFromArray(const Src: T2DSmallIntArray); | Sizes the calling matrix to match the size of the array. |
| 3 | procedure SizeFromArray(const Src: T2DIntegerArray); | Sizes the calling matrix to match the size of the array. |
Overload 1: procedure SizeFromArray(const Src: T2DByteArray);
Sizes the calling matrix to match the size of the array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | T2DByteArray |
Result: stored in self (calling object)
Remarks:
IntPrecision property value is preserved.
Overload 2: procedure SizeFromArray(const Src: T2DSmallIntArray);
Sizes the calling matrix to match the size of the array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | T2DSmallIntArray |
Result: stored in self (calling object)
Remarks:
IntPrecision property value is preserved.
Overload 3: procedure SizeFromArray(const Src: T2DIntegerArray);
Sizes the calling matrix to match the size of the array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | T2DIntegerArray |
Result: stored in self (calling object)
Remarks:
Sizes the calling matrix to match the size of the array. IntPrecision property value is preserved.