<h2>org.das2.qds.buffer.UShortDataSet</h2><p>Unsigned Short.</p> <h2>UShortDataSet( int rank, int reclen, int recoffs, int len0, int len1, int len2, int len3, <a href='https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html'>java.nio.ByteBuffer</a> back )</h2> <p></p> <hr> <a name="putValue"></a> <h2>putValue</h2> putValue( double d ) → void <p></p> <h3>Parameters</h3> d - a double <h3>Returns:</h3> void (returns nothing) <br><br> <a href="https://github.com/autoplot/dev/search?q=putValue&unscoped_q=putValue">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/qds/buffer/UShortDataSet.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/qds/buffer/UShortDataSet.html#putValue">[view on old javadoc]</a> <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/QDataSet/src/org/das2/qds/buffer/UShortDataSet.java#l40">[view source]</a> <br> <br> putValue( int i0, double d ) → void<br> putValue( int i0, int i1, double d ) → void<br> putValue( int i0, int i1, int i2, double d ) → void<br> putValue( int i0, int i1, int i2, int i3, double d ) → void<br> <hr> <a name="value"></a> <h2>value</h2> value( ) → double <p></p> <h3>Returns:</h3> double <br><br> <a href="https://github.com/autoplot/dev/search?q=value&unscoped_q=value">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/qds/buffer/UShortDataSet.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/qds/buffer/UShortDataSet.html#value">[view on old javadoc]</a> <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/QDataSet/src/org/das2/qds/buffer/UShortDataSet.java#l15">[view source]</a> <br> <br> value( int i0 ) → double<br> value( int i0, int i1 ) → double<br> value( int i0, int i1, int i2 ) → double<br> value( int i0, int i1, int i2, int i3 ) → double<br>