You are here: Symbol Reference > MtxVecInt Namespace > Classes > TMtxInt Class > public > TMtxInt.SetZero Method
MtxVec VCL
ContentsIndex
PreviousUpNext
TMtxInt.SetZero Method

Initializes matrix values to zero.

Pascal
function SetZero(Row: integer; Col: integer; ToRow: integer; ToCol: integer): TMtxInt; overload;

Sets the calling matrix elements [Row,Col]..[ToRow,ToCol] to zero. An exception is raised if TMtxVecBase.ConditionCheck is true and array bounds are overrun.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!