Package dev.nm.analysis.function.tuple
Interface OrderedPairs
-
- All Known Implementing Classes:
PartialFunction
,SortedOrderedPairs
,StepFunction
public interface OrderedPairs
Cartesian products and binary relations (and hence the ubiquitous functions) are defined in terms of ordered pairs.- See Also:
- Wikipedia: Ordered pair
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
size()
Get the number of points.double[]
x()
Get the abscissae.double[]
y()
Get the ordinates.
-