18 lines
459 B
HTML
18 lines
459 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>IncrementMatrixRows [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Sub IncrementMatrixRows(mA, mB, r, num_rows, value) </h2></p>
|
|
<p>
|
|
Increments all the values in a specified number of rows in matrix mA, starting from row r. The result is stored in matrix mB
|
|
</p>
|
|
<p>
|
|
</p>
|
|
|
|
</body>
|
|
</html> |