Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void SizeFromArray(Byte[][] Src) | Sets the size of the vector to match an array. |
| 2 | void SizeFromArray(Int16[][] Src) | Sets the size of the vector to match an array. |
| 3 | void SizeFromArray(Int32[][] Src) | Sets the size of the vector to match an array. |
Overload 1: void SizeFromArray(Byte[][] Src)
Sets the size of the vector to match an array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Byte[][] |
Result: stored in self (calling object)
Remarks:
Sets the size (Length) of the caling vector to match the length of the array.
Overload 2: void SizeFromArray(Int16[][] Src)
Sets the size of the vector to match an array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Int16[][] |
Result: stored in self (calling object)
Remarks:
Sets the Length of the calling vector to match the length of the array.
Overload 3: void SizeFromArray(Int32[][] Src)
Sets the size of the vector to match an array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Int32[][] |
Result: stored in self (calling object)
Remarks:
Sets the Length of the calling vector to match the length of the array.