Updated docs
This commit is contained in:
23
doc/files/bufferfrommatrix.html
Normal file
23
doc/files/bufferfrommatrix.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user