[Kst] www/areas/extragear/apps/kst/kstscript/docs
Andrew Walker
arwalker at sumusltd.com
Fri May 2 01:22:04 CEST 2008
SVN commit 803103 by arwalker:
correct documentation for matrix javaScript interface
M +3 -3 Matrix.html
--- trunk/www/areas/extragear/apps/kst/kstscript/docs/Matrix.html #803102:803103
@@ -36,10 +36,10 @@
</ul>
<br><br><span class="subTitle"><a name="method_resize"></a><b>void resize ( number columns, number rows )</b></span><br><ul>
<div class="parameters">number <b>columns</b> -
- The new number of columns in the matrix. Should be >= 1.
+ The new number of rows in the matrix. Should be >= 1.
<br>number <b>rows</b> -
- The new number of rows in the matrix. Should be >= 1.
+ The new number of columns in the matrix. Should be >= 1.
<br>
</div>
@@ -132,7 +132,7 @@
</p></ul>
<br><br><span class="subTitle"><a name="property_numNew"></a><b>number numNew [Read-Only]</b></span><br><ul><p>
- The mean value of all samples in the matrix.
+ The number of new samples.
</p></ul>
<br><br><span class="subTitle"><a name="property_rows"></a><b>number rows [Read-Only]</b></span><br><ul><p>
More information about the Kst
mailing list