org.das2.qds.FloatReadAccess
Provide access to the float array which backs the data.
For example, this is used with FloatDataSet to
provide access to the original float values of a CDF to avoid
noise from rounding.
fvalue
fvalue( ) → float
Returns:
float
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
fvalue( int i0 ) → float
fvalue( int i0, int i1 ) → float
fvalue( int i0, int i1, int i2 ) → float
fvalue( int i0, int i1, int i2, int i3 ) → float