MatrixInt.SizeFromArray Method

Overload List

#SignatureDescription
1procedure SizeFromArray(const Src: T2DByteArray);Sets the size of the vector to match an array.
2procedure SizeFromArray(const Src: T2DSmallIntArray);Sets the size of the vector to match an array.
3procedure SizeFromArray(const Src: T2DIntegerArray);Sets the size of the vector to match an array.

Overload 1: procedure SizeFromArray(const Src: T2DByteArray);

Sets the size of the vector to match an array.

#NameTypeDescription
1SrcT2DByteArray

Result: stored in self (calling object)

Remarks:

Sets the size (Length) of the caling vector to match the length of the array.

Overload 2: procedure SizeFromArray(const Src: T2DSmallIntArray);

Sets the size of the vector to match an array.

#NameTypeDescription
1SrcT2DSmallIntArray

Result: stored in self (calling object)

Remarks:

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

Overload 3: procedure SizeFromArray(const Src: T2DIntegerArray);

Sets the size of the vector to match an array.

#NameTypeDescription
1SrcT2DIntegerArray

Result: stored in self (calling object)

Remarks:

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