Vector::SizeFromArray Method

Overload List

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

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

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. The Vector::Complex is set to True.

Declared in Dew::Math::Vector · Dew.Math/MtxExpr.h · Cross-compiler

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

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. The Vector::Complex is set to false.

Declared in Dew::Math::Vector · Dew.Math/MtxExpr.h · Cross-compiler

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

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. The Vector::Complex is set to false.

Declared in Dew::Math::Vector · Dew.Math/MtxExpr.h · Cross-compiler

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

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. The Vector::Complex is set to false.

Declared in Dew::Math::Vector · Dew.Math/MtxExpr.h · Cross-compiler

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

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. The Vector::Complex is set to false.

Declared in Dew::Math::Vector · Dew.Math/MtxExpr.h · Cross-compiler

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

Sets the size of the vector to match an array.

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

Sets the size (Length) of the calling vector to match the length of the array. The Vector::Complex is set to false.

Declared in Dew::Math::Vector · Dew.Math/MtxExpr.h · Cross-compiler