TMtx.SizeFromArray Method

Overload List

#SignatureDescription
1void SizeFromArray(TCplx[][] Src)Sizes the calling matrix to match the size of the array.
2void SizeFromArray(Double[][] Src)Sizes the calling matrix to match the size of the array.

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

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

#NameTypeDescription
1SrcTCplx[][]

Result: stored in self (calling object)

Remarks:

Sizes the calling matrix to match the size of the array. Complex property is set to true. IsDouble property value is preserved.

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

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

#NameTypeDescription
1SrcDouble[][]

Result: stored in self (calling object)

Remarks:

Complex property is set to false. IsDouble property value is preserved.