Uses of Class
de.gsi.math.DataSetMath.MathOp
-
Packages that use DataSetMath.MathOp Package Description de.gsi.math -
-
Uses of DataSetMath.MathOp in de.gsi.math
Methods in de.gsi.math that return DataSetMath.MathOp Modifier and Type Method Description static DataSetMath.MathOpDataSetMath.MathOp. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DataSetMath.MathOp[]DataSetMath.MathOp. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.gsi.math with parameters of type DataSetMath.MathOp Modifier and Type Method Description static de.gsi.dataset.DataSetDataSetMath. mathFunction(de.gsi.dataset.DataSet function, double value, DataSetMath.MathOp op)static de.gsi.dataset.DataSetDataSetMath. mathFunction(de.gsi.dataset.DataSet function1, de.gsi.dataset.DataSet function2, DataSetMath.MathOp op)
-