TMtxByte.SizeFromArray Method

Overload List

#SignatureDescription
1void SizeFromArray(Byte[][] Src)Sizes the calling matrix to match the size of the array.
2void SizeFromArray(Int16[][] Src)Sizes the calling matrix to match the size of the array.
3void SizeFromArray(Int32[][] Src)Sizes the calling matrix to match the size of the array.

Overload 1: void SizeFromArray(Byte[][] Src)

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

#NameTypeDescription
1SrcByte[][]

Result: stored in self (calling object)

Remarks:

IntPrecision property value is preserved.

Overload 2: void SizeFromArray(Int16[][] Src)

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

#NameTypeDescription
1SrcInt16[][]

Result: stored in self (calling object)

Remarks:

IntPrecision property value is preserved.

Overload 3: void SizeFromArray(Int32[][] Src)

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

#NameTypeDescription
1SrcInt32[][]

Result: stored in self (calling object)

Remarks:

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