TVecByte.SetZero Method

TMtxVecInt SetZero

Set all calling vector elements to zero.

Result: stored in self (calling object), returns self for chaining

Indexed: TMtxVecInt SetZero(Int32 Index, Int32 Len)

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

#NameTypeDescription
1IndexInt32start index
2LenInt32element count

Result: stored in self (calling object), returns self for chaining

Remarks:

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