Package ucar.ma2

Class MAMath.MinMax

java.lang.Object
ucar.ma2.MAMath.MinMax
Enclosing class:
MAMath

public static class MAMath.MinMax extends Object
Holds a minimum and maximum value.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    double
     
    double
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    MinMax(double min, double max)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • min

      public double min
    • max

      public double max
  • Constructor Details

    • MinMax

      public MinMax(double min, double max)
  • Method Details