Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void SizeFromArray(Byte[][] Src) | Sizes the calling matrix to match the size of the array. |
| 2 | void SizeFromArray(Int16[][] Src) | Sizes the calling matrix to match the size of the array. |
| 3 | void SizeFromArray(Int32[][] Src) | Sizes the calling matrix to match the size of the array. |
Overload 1: void SizeFromArray(Byte[][] Src)
Sizes the calling matrix to match the size of the array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Byte[][] |
Result: stored in self (calling object)
Remarks:
IntPrecision property value is preserved.
Overload 2: void SizeFromArray(Int16[][] Src)
Sizes the calling matrix to match the size of the array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Int16[][] |
Result: stored in self (calling object)
Remarks:
IntPrecision property value is preserved.
Overload 3: void SizeFromArray(Int32[][] Src)
Sizes the calling matrix to match the size of the array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Int32[][] |
Result: stored in self (calling object)
Remarks:
Sizes the calling matrix to match the size of the array. IntPrecision property value is preserved.