Fills the matrix with random values.
Syntax
MatrixObject.FillRandom LowLimit, HighLimit, NumDecimalPlaces
Parameters
- LowLimit
- Optional. Lower limit of random values that will be used. Default value
is 0.
- HighLimit
- Optional. Higher limit of random values that will be used. Default
value is 10.
- NumDecimalPlaces
- Optional. Number of decimal places to which random values will be
rounded to. Default value is 0.
Remarks
You can use the FillRandom method to fill a matrix with random
values. This method can be useful while testing and debugging your
application.
See Also
GetString Method
Applies To: Matrix | CMatrix