VectorInt::SizeToArray Method

Overload List

#SignatureDescription
1void SizeToArray(DewArray<TCplx> &Dst) const;Sizes complex array.
2void SizeToArray(DewArray<double> &Dst) const;Sizes double precision array.
3void SizeToArray(DewArray<float> &Dst) const;Size single precision array.
4void SizeToArray(DewArray<int> &Dst) const;Sizes 4 byte signed integer array.
5void SizeToArray(DewArray<unsigned short> &Dst) const;Sizes 2 byte unsigned integer array.
6void SizeToArray(DewArray<short> &Dst) const;Sizes 2 byte signed integer array.
7void SizeToArray(DewArray<unsigned char> &Dst) const;Sizes 1 byte unsigned integer array.

Overload 1: void SizeToArray(DewArray<TCplx> &Dst) const;

Sizes complex array.

#NameTypeDescription
1DstDewArray<TCplx> &
Declared in Dew::Math::VectorInt · Dew.Math/MtxExprInt.h · Cross-compiler

Overload 2: void SizeToArray(DewArray<double> &Dst) const;

Sizes double precision array.

#NameTypeDescription
1DstDewArray<double> &
Declared in Dew::Math::VectorInt · Dew.Math/MtxExprInt.h · Cross-compiler

Overload 3: void SizeToArray(DewArray<float> &Dst) const;

Size single precision array.

#NameTypeDescription
1DstDewArray<float> &
Declared in Dew::Math::VectorInt · Dew.Math/MtxExprInt.h · Cross-compiler

Overload 4: void SizeToArray(DewArray<int> &Dst) const;

Sizes 4 byte signed integer array.

#NameTypeDescription
1DstDewArray<int> &
Declared in Dew::Math::VectorInt · Dew.Math/MtxExprInt.h · Cross-compiler

Overload 5: void SizeToArray(DewArray<unsigned short> &Dst) const;

Sizes 2 byte unsigned integer array.

#NameTypeDescription
1DstDewArray<unsigned short> &
Declared in Dew::Math::VectorInt · Dew.Math/MtxExprInt.h · Cross-compiler

Overload 6: void SizeToArray(DewArray<short> &Dst) const;

Sizes 2 byte signed integer array.

#NameTypeDescription
1DstDewArray<short> &
Declared in Dew::Math::VectorInt · Dew.Math/MtxExprInt.h · Cross-compiler

Overload 7: void SizeToArray(DewArray<unsigned char> &Dst) const;

Sizes 1 byte unsigned integer array.

#NameTypeDescription
1DstDewArray<unsigned char> &
Declared in Dew::Math::VectorInt · Dew.Math/MtxExprInt.h · Cross-compiler