VectorInt::SetVal Method

Overload List

#SignatureDescription
1TMtxVecInt *SetVal(const int Value) const;Set calling object element Index to Value.
2TMtxVecInt *SetVal(const int Value, const int Index, const int Len) const;Set all calling object elements [Index]..[Index+Len-1] to Value.

Overload 1: TMtxVecInt *SetVal(const int Value) const;

Set calling object element Index to Value.

#NameTypeDescription
1Valueconst int
Remarks:

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

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

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

Set all calling object elements [Index]..[Index+Len-1] to Value.

#NameTypeDescription
1Valueconst int
2Indexconst int
3Lenconst int
Remarks:

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

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