TVecInt.SizeToArray Method

Overload List

#SignatureDescription
1procedure SizeToArray(var Dst: TCplxArray);Sizes the array.
2procedure SizeToArray(var Dst: TSCplxArray);Sizes the array.
3procedure SizeToArray(var Dst: TByteArray);Sizes integer array.
4procedure SizeToArray(var Dst: TDoubleArray);Sizes double precision array.
5procedure SizeToArray(var Dst: TSmallIntArray);Sizes integer array.
6procedure SizeToArray(var Dst: TIntegerArray);Sizes integer array.
7procedure SizeToArray(var Dst: TSingleArray);Size single precision array.
8procedure SizeToArray(var Dst: TWordArray);Sizes integer array.

Overload 1: procedure SizeToArray(var Dst: TCplxArray);

Sizes the array.

#NameTypeDescription
1DstTCplxArray

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 2: procedure SizeToArray(var Dst: TSCplxArray);

Sizes the array.

#NameTypeDescription
1DstTSCplxArray

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 3: procedure SizeToArray(var Dst: TByteArray);

Sizes integer array.

#NameTypeDescription
1DstTByteArray

Result: stored in self (calling object)

Remarks:

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

Overload 4: procedure SizeToArray(var Dst: TDoubleArray);

Sizes double precision array.

#NameTypeDescription
1DstTDoubleArray

Result: stored in self (calling object)

Remarks:

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

Overload 5: procedure SizeToArray(var Dst: TSmallIntArray);

Sizes integer array.

#NameTypeDescription
1DstTSmallIntArray

Result: stored in self (calling object)

Remarks:

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

Overload 6: procedure SizeToArray(var Dst: TIntegerArray);

Sizes integer array.

#NameTypeDescription
1DstTIntegerArray

Result: stored in self (calling object)

Remarks:

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

Overload 7: procedure SizeToArray(var Dst: TSingleArray);

Size single precision array.

#NameTypeDescription
1DstTSingleArray

Result: stored in self (calling object)

Remarks:

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

Overload 8: procedure SizeToArray(var Dst: TWordArray);

Sizes integer array.

#NameTypeDescription
1DstTWordArray

Result: stored in self (calling object)

Remarks:

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