Package de.gsi.math
Interface MathDataSet.DataSetValueFunction
-
- Enclosing class:
- MathDataSet
public static interface MathDataSet.DataSetValueFunctionsimple DataSet transform function definition, only the y value is being transformed, the x-axis is taken from the source DataSet- Author:
- rstein
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidtransform(double[] inputY, double[] outputY, int length)
-