<h2>org.das2.dataset.VectorDataSet</h2><p>Interface definition for datasets comprised of a y value for each x tag such that y(x).</p> <hr> <a name="getDatum"></a> <h2>getDatum</h2> getDatum( int i ) → <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/datum/Datum.html'>Datum</a> <p>Returns the Y value for the given index into the x tags as a <code>Datum</code>.</p> <h3>Parameters</h3> i - index of the x tag for the requested value. <h3>Returns:</h3> the value at index location i as a <code>Datum</code> <br><br> <a href="https://github.com/autoplot/dev/search?q=getDatum&unscoped_q=getDatum">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/dataset/VectorDataSet.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/dataset/VectorDataSet.html#getDatum">[view on old javadoc]</a> <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/dataset/VectorDataSet.java">[view source]</a> <br> <br> <hr> <a name="getDouble"></a> <h2>getDouble</h2> getDouble( int i, <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/datum/Units.html'>Units</a> units ) → double <p>Returns the Y value for the given index into the x tags as a <code>double</code> with the given units.</p> <h3>Parameters</h3> i - index of the x tag for the requested value. <br> units - the units the returned value should be coverted to. <h3>Returns:</h3> the value at index location i as a <code>double</code>. <br><br> <a href="https://github.com/autoplot/dev/search?q=getDouble&unscoped_q=getDouble">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/dataset/VectorDataSet.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/dataset/VectorDataSet.html#getDouble">[view on old javadoc]</a> <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/dataset/VectorDataSet.java">[view source]</a> <br> <br> <hr> <a name="getInt"></a> <h2>getInt</h2> getInt( int i, <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/datum/Units.html'>Units</a> units ) → int <p>Returns the Y value for the given index into the x tags as a <code>int</code> with the given units.</p> <h3>Parameters</h3> i - index of the x tag for the requested value. <br> units - the units the returned value should be coverted to. <h3>Returns:</h3> the value at index location i as a <code>int</code>. <br><br> <a href="https://github.com/autoplot/dev/search?q=getInt&unscoped_q=getInt">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/dataset/VectorDataSet.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/dataset/VectorDataSet.html#getInt">[view on old javadoc]</a> <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/dataset/VectorDataSet.java">[view source]</a> <br> <br>