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()
OrderedPairs
x
in interface OrderedPairs
public double[] y()
OrderedPairs
y
in interface OrderedPairs
public int size()
OrderedPairs
size
in interface OrderedPairs
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.