Uses of Class
edu.nrao.sss.math.NumberInterval.IntervalType

Packages that use NumberInterval.IntervalType
edu.nrao.sss.math Mathematical classes. 
 

Uses of NumberInterval.IntervalType in edu.nrao.sss.math
 

Methods in edu.nrao.sss.math that return NumberInterval.IntervalType
static NumberInterval.IntervalType NumberInterval.IntervalType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NumberInterval.IntervalType[] NumberInterval.IntervalType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.nrao.sss.math with parameters of type NumberInterval.IntervalType
 void NumberInterval.setType(NumberInterval.IntervalType newType)
          Sets the value that determines which endpoints, if either, are in this interval.
 

Constructors in edu.nrao.sss.math with parameters of type NumberInterval.IntervalType
NumberInterval(NumberInterval.IntervalType type, Number a, Number b)
          Creates a new interval with the given properties.
 



Copyright © 2009. All Rights Reserved.