Dew MtxVec NET
TVec.SizeFromArray Methods
Summary
Sets the size of the vector to match an array.

Class
TVec

Declaration
Procedure SizeFromArray(const Src: TSmallIntArray);

Description
Sets the Length of the calling vector to match the length of the array. The Complex is set to false.
Declaration
Procedure SizeFromArray(const Src: Math387.TByteArray);

Description
Sets the size (Length) of the calling vector to match the length of the array. The Complex is set to false.
Declaration
Procedure SizeFromArray(const Src: TDoubleArray);

Description
Sets the Length of the calling vector to match the length of the array. The Complex is set to false.
Declaration
Procedure SizeFromArray(const Src: TCplxArray);

Description
Sets the Length of the calling vector to match the length of the array. The Complex is set to True.
Declaration
Procedure SizeFromArray(const Src: TIntegerArray);

Description
Sets the Length of the calling vector to match the length of the array. The Complex is set to false.
Declaration
Procedure SizeFromArray(const Src: TSingleArray);

Description
Sets the Length of the calling vector to match the length of the array. The Complex is set to false.

Copyright 2008 Dew Research
http://www.dewresearch.com