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. 
ucar.nc2.dt.grid Scientific data type "Grid", uses cartesian coordinate system. 
ucar.nc2.ft.grid   
ucar.nc2.iosp.dorade I/O Service Provider for Dorade format files 
 

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).
 

Uses of MAMath.MinMax in ucar.nc2.dt.grid
 

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

Uses of MAMath.MinMax in ucar.nc2.ft.grid
 

Methods in ucar.nc2.ft.grid that return MAMath.MinMax
 MAMath.MinMax Grid.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).
 

Uses of MAMath.MinMax in ucar.nc2.iosp.dorade
 

Methods in ucar.nc2.iosp.dorade that return MAMath.MinMax
 MAMath.MinMax Doradeheader.getMinMaxData(float[] data)
           
 



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