Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void SizeToArray(ref TCplx[] Dst) | Sizes complex array. |
| 2 | void SizeToArray(ref Byte[] Dst) | Sizes 1 byte unsigned integer array. |
| 3 | void SizeToArray(ref Byte[][] Dst) | Sizes the Dst array to match the size of the matrix. |
| 4 | void SizeToArray(ref Double[] Dst) | Sizes double precision array. |
| 5 | void SizeToArray(ref Int16[] Dst) | Sizes 2 byte signed integer array. |
| 6 | void SizeToArray(ref Int16[][] Dst) | Sizes the Dst array to match the size of the matrix. |
| 7 | void SizeToArray(ref Int32[] Dst) | Sizes 4 byte signed integer array. |
| 8 | void SizeToArray(ref Int32[][] Dst) | Sizes the Dst array to match the matrix. |
| 9 | void SizeToArray(ref Single[] Dst) | Size single precision array. |
| 10 | void SizeToArray(ref UInt16[] Dst) | Sizes 2 byte unsigned integer array. |
Overload 1: void SizeToArray(ref TCplx[] Dst)
Sizes complex array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | TCplx[] (ref) |
Result: stored in self (calling object)
Overload 2: void SizeToArray(ref Byte[] Dst)
Sizes 1 byte unsigned integer array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | Byte[] (ref) |
Result: stored in self (calling object)
Overload 3: void SizeToArray(ref Byte[][] Dst)
Sizes the Dst array to match the size of the matrix.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | Byte[][] (ref) |
Result: stored in self (calling object)
Overload 4: void SizeToArray(ref Double[] Dst)
Sizes double precision array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | Double[] (ref) |
Result: stored in self (calling object)
Overload 5: void SizeToArray(ref Int16[] Dst)
Sizes 2 byte signed integer array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | Int16[] (ref) |
Result: stored in self (calling object)
Overload 6: void SizeToArray(ref Int16[][] Dst)
Sizes the Dst array to match the size of the matrix.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | Int16[][] (ref) |
Result: stored in self (calling object)
Overload 7: void SizeToArray(ref Int32[] Dst)
Sizes 4 byte signed integer array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | Int32[] (ref) |
Result: stored in self (calling object)
Overload 8: void SizeToArray(ref Int32[][] Dst)
Sizes the Dst array to match the matrix.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | Int32[][] (ref) |
Result: stored in self (calling object)
Sizes the Dst array to match the size of the matrix.
Overload 9: void SizeToArray(ref Single[] Dst)
Size single precision array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | Single[] (ref) |
Result: stored in self (calling object)
Overload 10: void SizeToArray(ref UInt16[] Dst)
Sizes 2 byte unsigned integer array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | UInt16[] (ref) |
Result: stored in self (calling object)