public class LinearEquation extends Equation
构造器和说明 |
---|
LinearEquation() |
限定符和类型 | 方法和说明 |
---|---|
double |
execute(double x) |
void |
fitting(double[] xVal,
double[] yVal) |
ChartEquationType |
getEquationType() |
java.lang.String |
toString() |
getAverage, getShapePath, getSquare, setAverage, setSquare
public java.lang.String toString()
toString
在类中 java.lang.Object
public ChartEquationType getEquationType()
getEquationType
在类中 Equation