VectorInt::SetZero Method

Overload List

#SignatureDescription
1TMtxVecInt *SetZero() const;Set all calling vector elements to zero.
2TMtxVecInt *SetZero(const int Index, const int Len) const;Set calling vector elements [Index..Index+Len-1] to zero.

Overload 1: TMtxVecInt *SetZero() const;

Set all calling vector elements to zero.

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

Overload 2: TMtxVecInt *SetZero(const int Index, const int Len) const;

Set calling vector elements [Index..Index+Len-1] to zero.

#NameTypeDescription
1Indexconst int
2Lenconst int
Remarks:

An exception is raised if array borders are overrun/underrun.

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