Dew MtxVec NET
TMtx.SetVal Methods
Summary
Initializes matrix values to Value.

Class
TMtx

Declaration
Function SetVal(Value: TSample; Row, Col, ToRow, ToCol: integer): TMtx;

Description
Sets the calling matrix elements [Row,Col]..[ToRow,ToCol] to Value. An exception is raised if ConditionCheck is true and array bounds are overrun.
 See Also 
SetIt 
SetZero 

Declaration
Function SetVal(Value: TCplx; Row, Col, ToRow, ToCol: integer): TMtx;

Description
Sets the calling matrix elements [Row,Col]..[ToRow,ToCol] to complex value Value. Complex properties of the calling object are set to true even before the call it was false. An exception is raised if array bounds are overrun.
 See Also 
SetIt 
SetZero 

Copyright 2008 Dew Research
http://www.dewresearch.com