public class PartialFunction extends Object implements OrderedPairs
| Constructor and Description |
|---|
PartialFunction(double[] x,
double[] y)
Construct a partial function from {(x,y)}.
|
| Modifier and Type | Method and Description |
|---|---|
int |
size()
Get the number of points.
|
double[] |
x()
Get the abscissae.
|
double[] |
y()
Get the ordinates.
|
public PartialFunction(double[] x,
double[] y)
x - elements in Ay - elements in Apublic double[] x()
OrderedPairsx in interface OrderedPairspublic double[] y()
OrderedPairsy in interface OrderedPairspublic int size()
OrderedPairssize in interface OrderedPairsCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.