Files
RCBASIC4/doc/doc_files/incrementmatrixrows.html
2025-01-25 23:53:43 -05:00

17 lines
452 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>
</body>
</html>