MatrixInt.SizeFromArray Method

Overload List

#SignatureDescription
1void SizeFromArray(Byte[][] Src)Sets the size of the vector to match an array.
2void SizeFromArray(Int16[][] Src)Sets the size of the vector to match an array.
3void 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.

#NameTypeDescription
1SrcByte[][]

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.

#NameTypeDescription
1SrcInt16[][]

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.

#NameTypeDescription
1SrcInt32[][]

Result: stored in self (calling object)

Remarks:

Sets the Length of the calling vector to match the length of the array.