Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void SizeFromArray(TCplx[][] Src) | Sizes the calling matrix to match the size of the array. |
| 2 | void SizeFromArray(Double[][] Src) | Sizes the calling matrix to match the size of the array. |
Overload 1: void SizeFromArray(TCplx[][] Src)
Sizes the calling matrix to match the size of the array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TCplx[][] |
Result: stored in self (calling object)
Remarks:
Sizes the calling matrix to match the size of the array. An exception will be raised if the calling object is not complex.
Overload 2: void SizeFromArray(Double[][] Src)
Sizes the calling matrix to match the size of the array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Double[][] |
Result: stored in self (calling object)