TMtxByte.SizeToArray Method

Overload List

#SignatureDescription
1void SizeToArray(ref Byte[][] Dst)Sizes the Dst array to match the size of the matrix.
2void SizeToArray(ref Int16[][] Dst)Sizes the Dst array to match the size of the matrix.
3void SizeToArray(ref Int32[][] Dst)Sizes the Dst array to match the matrix.
4void SizeToArray(ref TCplx[] Dst)Sizes the array.
5void SizeToArray(ref TSCplx[] Dst)Sizes the array.
6void SizeToArray(ref Byte[] Dst)Sizes integer array.
7void SizeToArray(ref Double[] Dst)Sizes double precision array.
8void SizeToArray(ref Int16[] Dst)Sizes integer array.
9void SizeToArray(ref Int32[] Dst)Sizes integer array.
10void SizeToArray(ref Single[] Dst)Size single precision array.
11void SizeToArray(ref UInt16[] Dst)Sizes integer array.

Overload 1: void SizeToArray(ref Byte[][] Dst)

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

#NameTypeDescription
1DstByte[][] (ref)

Result: stored in self (calling object)

Overload 2: void SizeToArray(ref Int16[][] Dst)

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

#NameTypeDescription
1DstInt16[][] (ref)

Result: stored in self (calling object)

Overload 3: void SizeToArray(ref Int32[][] Dst)

Sizes the Dst array to match the matrix.

#NameTypeDescription
1DstInt32[][] (ref)

Result: stored in self (calling object)

Remarks:

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

Overload 4: void SizeToArray(ref TCplx[] Dst)

Sizes the array.

#NameTypeDescription
1DstTCplx[] (ref)

Result: stored in self (calling object)

Remarks:

Sizes the Dst array so that it can hold all the values stored in the calling object.

Overload 5: void SizeToArray(ref TSCplx[] Dst)

Sizes the array.

#NameTypeDescription
1DstTSCplx[] (ref)

Result: stored in self (calling object)

Remarks:

Sizes the Dst array so that it can hold all the values stored in the calling object.

Overload 6: void SizeToArray(ref Byte[] Dst)

Sizes integer array.

#NameTypeDescription
1DstByte[] (ref)

Result: stored in self (calling object)

Remarks:

If the Dew.Math.TMtxVec.Complex property is true the Length of the Dst array will be 2*Dew.Math.TMtxVecBase.Length.

Overload 7: void SizeToArray(ref Double[] Dst)

Sizes double precision array.

#NameTypeDescription
1DstDouble[] (ref)

Result: stored in self (calling object)

Remarks:

If the Dew.Math.TMtxVec.Complex property is true the Length of the Dst array will be 2*Dew.Math.TMtxVecBase.Length.

Overload 8: void SizeToArray(ref Int16[] Dst)

Sizes integer array.

#NameTypeDescription
1DstInt16[] (ref)

Result: stored in self (calling object)

Remarks:

If the Dew.Math.TMtxVec.Complex property is true the Length of the Dst array will be 2*Dew.Math.TMtxVecBase.Length.

Overload 9: void SizeToArray(ref Int32[] Dst)

Sizes integer array.

#NameTypeDescription
1DstInt32[] (ref)

Result: stored in self (calling object)

Remarks:

If the Dew.Math.TMtxVec.Complex property is true the Length of the Dst array will be 2*Dew.Math.TMtxVecBase.Length.

Overload 10: void SizeToArray(ref Single[] Dst)

Size single precision array.

#NameTypeDescription
1DstSingle[] (ref)

Result: stored in self (calling object)

Remarks:

If the Dew.Math.TMtxVec.Complex property is true the Length of the Dst array will be 2*Dew.Math.TMtxVecBase.Length.

Overload 11: void SizeToArray(ref UInt16[] Dst)

Sizes integer array.

#NameTypeDescription
1DstUInt16[] (ref)

Result: stored in self (calling object)

Remarks:

If the Dew.Math.TMtxVec.Complex property is true the Length of the Dst array will be 2*Dew.Math.TMtxVecBase.Length.