Matrix.SizeFromArray Method

Overload List

#SignatureDescription
1procedure SizeFromArray(const Src: T2DCplxArray);Sizes the calling matrix to match the size of the array.
2procedure SizeFromArray(const Src: T2DDoubleArray);Sizes the calling matrix to match the size of the array.

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

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

#NameTypeDescription
1SrcT2DCplxArray

Result: stored in self (calling object)

Remarks:

Sizes the calling matrix to match the size of the array. An exception will be raised if the calling object is not complex.

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

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

#NameTypeDescription
1SrcT2DDoubleArray

Result: stored in self (calling object)