Uses of Class
ucar.ma2.MAMath.ScaleOffset

Packages that use MAMath.ScaleOffset
ucar.ma2 Multidimensional arrays of primitives and objects with data stored in memory. 
 

Uses of MAMath.ScaleOffset in ucar.ma2
 

Methods in ucar.ma2 that return MAMath.ScaleOffset
static MAMath.ScaleOffset MAMath.calcScaleOffsetSkipMissingData(Array a, double missingValue, int nbits, boolean isUnsigned)
          Calculate the scale/offset for an array of numbers.
 

Methods in ucar.ma2 with parameters of type MAMath.ScaleOffset
static Array MAMath.convert2Unpacked(Array packed, MAMath.ScaleOffset scaleOffset)
           
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.