<h2>org.das2.qds.buffer.UInt24DataSet</h2><p>3-byte unsigned integers, introduced for an application where we needed
 to get at 3-nybble numbers, but Int24 was confusing because of the sign
 bit.</p>
<h2>UInt24DataSet( 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-double"></a>
<h2>putValue</h2>
putValue( double d ) &rarr; 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/UInt24DataSet.md">[view on GitHub]</a>
 <a href="https://cottagesystems.com/~jbf/autoplot/doc2018/org/das2/qds/buffer/UInt24DataSet.html#putValue-double">[view on old javadoc]</a>
 <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/QDataSet/src/org/das2/qds/buffer/UInt24DataSet.java#l74">[view source]</a>
<br>
<br>
<hr>
<a name="putValue-int-double"></a>
<h2>putValue</h2>
putValue( int i0, double d ) &rarr; void

<p></p>

<h3>Parameters</h3>
i0 - an int
<br>
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/UInt24DataSet.md">[view on GitHub]</a>
 <a href="https://cottagesystems.com/~jbf/autoplot/doc2018/org/das2/qds/buffer/UInt24DataSet.html#putValue-int-double">[view on old javadoc]</a>
 <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/QDataSet/src/org/das2/qds/buffer/UInt24DataSet.java#l83">[view source]</a>
<br>
<br>
<hr>
<a name="putValue-int-int-double"></a>
<h2>putValue</h2>
putValue( int i0, int i1, double d ) &rarr; void

<p></p>

<h3>Parameters</h3>
i0 - an int
<br>
i1 - an int
<br>
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/UInt24DataSet.md">[view on GitHub]</a>
 <a href="https://cottagesystems.com/~jbf/autoplot/doc2018/org/das2/qds/buffer/UInt24DataSet.html#putValue-int-int-double">[view on old javadoc]</a>
 <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/QDataSet/src/org/das2/qds/buffer/UInt24DataSet.java#l92">[view source]</a>
<br>
<br>
<hr>
<a name="putValue-int-int-int-double"></a>
<h2>putValue</h2>
putValue( int i0, int i1, int i2, double d ) &rarr; void

<p></p>

<h3>Parameters</h3>
i0 - an int
<br>
i1 - an int
<br>
i2 - an int
<br>
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/UInt24DataSet.md">[view on GitHub]</a>
 <a href="https://cottagesystems.com/~jbf/autoplot/doc2018/org/das2/qds/buffer/UInt24DataSet.html#putValue-int-int-int-double">[view on old javadoc]</a>
 <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/QDataSet/src/org/das2/qds/buffer/UInt24DataSet.java#l101">[view source]</a>
<br>
<br>
<hr>
<a name="putValue-int-int-int-int-double"></a>
<h2>putValue</h2>
putValue( int i0, int i1, int i2, int i3, double d ) &rarr; void

<p></p>

<h3>Parameters</h3>
i0 - an int
<br>
i1 - an int
<br>
i2 - an int
<br>
i3 - an int
<br>
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/UInt24DataSet.md">[view on GitHub]</a>
 <a href="https://cottagesystems.com/~jbf/autoplot/doc2018/org/das2/qds/buffer/UInt24DataSet.html#putValue-int-int-int-int-double">[view on old javadoc]</a>
 <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/QDataSet/src/org/das2/qds/buffer/UInt24DataSet.java#l110">[view source]</a>
<br>
<br>
<hr>
<a name="value"></a>
<h2>value</h2>
value(  ) &rarr; 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/UInt24DataSet.md">[view on GitHub]</a>
 <a href="https://cottagesystems.com/~jbf/autoplot/doc2018/org/das2/qds/buffer/UInt24DataSet.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/UInt24DataSet.java#l37">[view source]</a>
<br>
<br>
<hr>
<a name="value-int"></a>
<h2>value</h2>
value( int i0 ) &rarr; double

<p></p>

<h3>Parameters</h3>
i0 - an int

<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/UInt24DataSet.md">[view on GitHub]</a>
 <a href="https://cottagesystems.com/~jbf/autoplot/doc2018/org/das2/qds/buffer/UInt24DataSet.html#value-int">[view on old javadoc]</a>
 <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/QDataSet/src/org/das2/qds/buffer/UInt24DataSet.java#l42">[view source]</a>
<br>
<br>
<hr>
<a name="value-int-int"></a>
<h2>value</h2>
value( int i0, int i1 ) &rarr; double

<p></p>

<h3>Parameters</h3>
i0 - an int
<br>
i1 - an int

<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/UInt24DataSet.md">[view on GitHub]</a>
 <a href="https://cottagesystems.com/~jbf/autoplot/doc2018/org/das2/qds/buffer/UInt24DataSet.html#value-int-int">[view on old javadoc]</a>
 <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/QDataSet/src/org/das2/qds/buffer/UInt24DataSet.java#l47">[view source]</a>
<br>
<br>
<hr>
<a name="value-int-int-int"></a>
<h2>value</h2>
value( int i0, int i1, int i2 ) &rarr; double

<p></p>

<h3>Parameters</h3>
i0 - an int
<br>
i1 - an int
<br>
i2 - an int

<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/UInt24DataSet.md">[view on GitHub]</a>
 <a href="https://cottagesystems.com/~jbf/autoplot/doc2018/org/das2/qds/buffer/UInt24DataSet.html#value-int-int-int">[view on old javadoc]</a>
 <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/QDataSet/src/org/das2/qds/buffer/UInt24DataSet.java#l52">[view source]</a>
<br>
<br>
<hr>
<a name="value-int-int-int-int"></a>
<h2>value</h2>
value( int i0, int i1, int i2, int i3 ) &rarr; double

<p></p>

<h3>Parameters</h3>
i0 - an int
<br>
i1 - an int
<br>
i2 - an int
<br>
i3 - an int

<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/UInt24DataSet.md">[view on GitHub]</a>
 <a href="https://cottagesystems.com/~jbf/autoplot/doc2018/org/das2/qds/buffer/UInt24DataSet.html#value-int-int-int-int">[view on old javadoc]</a>
 <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/QDataSet/src/org/das2/qds/buffer/UInt24DataSet.java#l57">[view source]</a>
<br>
<br>