MatrixInt::SizeFromArray Method

Overload List

#SignatureDescription
1void SizeFromArray(const DewArray2D<int> &Src) const;Sets the size of the vector to match an array.
2void SizeFromArray(const DewArray2D<short> &Src) const;Sets the size of the vector to match an array.
3void SizeFromArray(const DewArray2D<unsigned char> &Src) const;Sets the size of the vector to match an array.

Overload 1: void SizeFromArray(const DewArray2D<int> &Src) const;

Sets the size of the vector to match an array.

#NameTypeDescription
1Srcconst DewArray2D<int> &
Remarks:

Sets the Length of the calling vector to match the length of the array.

Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler

Overload 2: void SizeFromArray(const DewArray2D<short> &Src) const;

Sets the size of the vector to match an array.

#NameTypeDescription
1Srcconst DewArray2D<short> &
Remarks:

Sets the Length of the calling vector to match the length of the array.

Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler

Overload 3: void SizeFromArray(const DewArray2D<unsigned char> &Src) const;

Sets the size of the vector to match an array.

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

Sets the size (Length) of the caling vector to match the length of the array.

Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler