Uses of Class
ucar.ma2.MAMath.MinMax

Packages that use MAMath.MinMax
ucar.ma2 Multidimensional arrays of primitives and objects with data stored in memory. 
ucar.nc2.dt Scientific data types package. 
 

Uses of MAMath.MinMax in ucar.ma2
 

Methods in ucar.ma2 that return MAMath.MinMax
static MAMath.MinMax MAMath.getMinMax(Array a)
          Find min and max value in this array, getting values as doubles.
static MAMath.MinMax MAMath.getMinMaxSkipMissingData(Array a, double missingValue)
           
 

Uses of MAMath.MinMax in ucar.nc2.dt
 

Methods in ucar.nc2.dt that return MAMath.MinMax
 MAMath.MinMax GridDatatype.getMinMaxSkipMissingData(Array data)
          Get the minimum and the maximum data value of the previously read Array, skipping missing values as defined by isMissingData(double val).