TVecSmallInt::SizeFromArray Method

Overload List

#SignatureDescription
1void SizeFromArray(const DewArray<TCplx> &Src);Sets the size of the vector to match an array.
2void SizeFromArray(const DewArray<double> &Src);Sets the size of the vector to match an array.
3void SizeFromArray(const DewArray<float> &Src);Sets the size of the vector to match an array.
4void SizeFromArray(const DewArray<int> &Src);Sets the size of the vector to match an array.
5void SizeFromArray(const DewArray<short> &Src);Sets the size of the vector to match an array.
6void SizeFromArray(const DewArray<unsigned char> &Src);Sets the size of the vector to match an array.

Overload 1: void SizeFromArray(const DewArray<TCplx> &Src);

Sets the size of the vector to match an array.

#NameTypeDescription
1Srcconst DewArray<TCplx> &
Remarks:

Sets the Length of the calling vector to match the length of the array. IntPrecision property value is preserved.

Declared in Dew::Math::TVecInt · Dew.Math/MtxVecInt.h · Cross-compiler

Overload 2: void SizeFromArray(const DewArray<double> &Src);

Sets the size of the vector to match an array.

#NameTypeDescription
1Srcconst DewArray<double> &
Remarks:

Sets the Length of the calling vector to match the length of the array. IntPrecision property value is preserved.

Declared in Dew::Math::TVecInt · Dew.Math/MtxVecInt.h · Cross-compiler

Overload 3: void SizeFromArray(const DewArray<float> &Src);

Sets the size of the vector to match an array.

#NameTypeDescription
1Srcconst DewArray<float> &
Remarks:

Sets the Length of the calling vector to match the length of the array. IntPrecision property value is preserved.

Declared in Dew::Math::TVecInt · Dew.Math/MtxVecInt.h · Cross-compiler

Overload 4: void SizeFromArray(const DewArray<int> &Src);

Sets the size of the vector to match an array.

#NameTypeDescription
1Srcconst DewArray<int> &
Remarks:

Sets the Length of the calling vector to match the length of the array. IntPrecision property value is preserved.

Declared in Dew::Math::TVecInt · Dew.Math/MtxVecInt.h · Cross-compiler

Overload 5: void SizeFromArray(const DewArray<short> &Src);

Sets the size of the vector to match an array.

#NameTypeDescription
1Srcconst DewArray<short> &
Remarks:

Sets the Length of the calling vector to match the length of the array. IntPrecision property value is preserved.

Declared in Dew::Math::TVecInt · Dew.Math/MtxVecInt.h · Cross-compiler

Overload 6: void SizeFromArray(const DewArray<unsigned char> &Src);

Sets the size of the vector to match an array.

#NameTypeDescription
1Srcconst DewArray<unsigned char> &
Remarks:

Sets the size (Length) of the caling vector to match the length of the array. IntPrecision property value is preserved.

Declared in Dew::Math::TVecInt · Dew.Math/MtxVecInt.h · Cross-compiler