TMtxByte.SizeFromArray Method

Overload List

#SignatureDescription
1procedure SizeFromArray(const Src: T2DByteArray);Sizes the calling matrix to match the size of the array.
2procedure SizeFromArray(const Src: T2DSmallIntArray);Sizes the calling matrix to match the size of the array.
3procedure SizeFromArray(const Src: T2DIntegerArray);Sizes the calling matrix to match the size of the array.

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

Sizes the calling matrix to match the size of the array.

#NameTypeDescription
1SrcT2DByteArray

Result: stored in self (calling object)

Remarks:

IntPrecision property value is preserved.

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

Sizes the calling matrix to match the size of the array.

#NameTypeDescription
1SrcT2DSmallIntArray

Result: stored in self (calling object)

Remarks:

IntPrecision property value is preserved.

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

Sizes the calling matrix to match the size of the array.

#NameTypeDescription
1SrcT2DIntegerArray

Result: stored in self (calling object)

Remarks:

Sizes the calling matrix to match the size of the array. IntPrecision property value is preserved.