[Kst] www/areas/extragear/apps/kst/kstscript/docs
Andrew Walker
arwalker at sumusltd.com
Mon Apr 7 21:22:05 CEST 2008
SVN commit 794520 by arwalker:
update vector documentation
M +18 -2 Vector.html
--- trunk/www/areas/extragear/apps/kst/kstscript/docs/Vector.html #794519:794520
@@ -19,13 +19,13 @@
Inherits: <a class="link" href="Object.html">Object</a><br>
</div>
<br><span class="title">Constructors:</span><ul>
-<a class="link" href="#constructor_1">Vector</a> ( )<br>
+<a class="link" href="#constructor_1">Vector</a> ( )<br><a class="link" href="#constructor_2">Vector</a> ( array )<br>
</ul>
<span class="title">Methods:</span><ul>
<a class="link" href="#method_resize">resize</a> ( size )<br><a class="link" href="#method_interpolate">interpolate</a> ( i, n )<br><a class="link" href="#method_zero">zero</a> ( )<br><a class="link" href="#method_update">update</a> ( )<br>
</ul>
<span class="title">Properties:</span><ul>
-<a class="link" href="#property_length">length</a><br><a class="link" href="#property_min">min</a><br><a class="link" href="#property_max">max</a><br><a class="link" href="#property_mean">mean</a><br><a class="link" href="#property_numNew">numNew</a><br><a class="link" href="#property_numShifted">numShifted</a><br><a class="link" href="#property_editable">editable</a><br><a class="link" href="#property_numNaN">numNaN</a><br>
+<a class="link" href="#property_length">length</a><br><a class="link" href="#property_min">min</a><br><a class="link" href="#property_max">max</a><br><a class="link" href="#property_mean">mean</a><br><a class="link" href="#property_numNew">numNew</a><br><a class="link" href="#property_numShifted">numShifted</a><br><a class="link" href="#property_editable">editable</a><br><a class="link" href="#property_numNaN">numNaN</a><br><a class="link" href="#property_array">array</a><br>
</ul>
Collection class: <a class="link" href="VectorCollection.html">VectorCollection</a><br><hr>
<br><span class="subTitle"><a name="constructor_1"></a><b>Vector ( )</b></span><br><ul>
@@ -35,6 +35,18 @@
</p>
</ul>
+<br><br><span class="subTitle"><a name="constructor_2"></a><b>Vector ( <a class="link" href="Array.html">Array</a> array )</b></span><br><ul>
+<div class="parameters">
+<a class="link" href="Array.html">Array</a> <b>array</b> -
+ The array to be copied.
+
+ <br>
+</div>
+<p>
+ Creates a vector that is a copy of array.
+
+ </p>
+</ul>
<br><br><span class="subTitle"><a name="method_resize"></a><b>void resize ( number size )</b></span><br><ul>
<div class="parameters">number <b>size</b> -
The new size of the vector. Should be >= 2.
@@ -115,6 +127,10 @@
The number of NaN values in the vector.
</p></ul>
+<br><br><span class="subTitle"><a name="property_array"></a><b><a class="link" href="Array.html">Array</a> array [Read-Only]</b></span><br><ul><p>
+ The vector as an Array.
+
+ </p></ul>
<br><br><br><a class="link" href="classindex.html">[Index]</a><hr>
<h6>Copyright ©
2005-2006 <a class="link" href="http://www.utoronto.ca/">The University of Toronto</a><br>
More information about the Kst
mailing list