Uses of Class
de.gsi.math.DataSetMath.Filter
-
Packages that use DataSetMath.Filter Package Description de.gsi.math -
-
Uses of DataSetMath.Filter in de.gsi.math
Methods in de.gsi.math that return DataSetMath.Filter Modifier and Type Method Description static DataSetMath.FilterDataSetMath.Filter. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DataSetMath.Filter[]DataSetMath.Filter. 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.Filter Modifier and Type Method Description static de.gsi.dataset.DataSetDataSetMath. filterFunction(de.gsi.dataset.DataSet function, double width, DataSetMath.Filter filterType)
-