All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----edu.cornell.lassp.mck10.Hysteresis.XYPair
XYPair is a class which is used to store a pair of double
values.
Source Code is available.
XYPair(X,Y) constructs a new XYPair with
the values X and Y.
public double X
public double Y
public XYPair(double X,
double Y)
XYPair(X,Y) constructs a new XYPair with
the values X and Y.
All Packages Class Hierarchy This Package Previous Next Index