23 lines
553 B
HTML
23 lines
553 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>BufferFromMatrix [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>sub BufferFromMatrix(ByRef buffer, mA) </h2></p>
|
|
<p>
|
|
Saves the matrix mA in an array
|
|
</p>
|
|
<p>
|
|
NOTE: buffer must have the same number of dimensions as the desired matrix for the structure to remain intact.
|
|
</p>
|
|
<br><p>Related:
|
|
<a href="matrixfrombuffer.html">MatrixFromBuffer</a>
|
|
</p>
|
|
<p>
|
|
|
|
</body>
|
|
</html> |