TMtxInt::SizeFromArray Method

Overload List

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

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

Sizes the calling matrix to match the size of the array.

#NameTypeDescription
1Srcconst DewArray2D<int> &
Remarks:

Sizes the calling matrix to match the size of the array. IntPrecision property value is preserved.

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

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

Sizes the calling matrix to match the size of the array.

#NameTypeDescription
1Srcconst DewArray2D<short> &
Remarks:

IntPrecision property value is preserved.

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

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

Sizes the calling matrix to match the size of the array.

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

IntPrecision property value is preserved.

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