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

Initializes matrix values to zero.

Pascal
function SetZero(Row: integer; Col: integer; ToRow: integer; ToCol: integer): TMtx; 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!