Uses of Class
de.gsi.math.DataSetMath.ErrType
-
Packages that use DataSetMath.ErrType Package Description de.gsi.math -
-
Uses of DataSetMath.ErrType in de.gsi.math
Methods in de.gsi.math that return DataSetMath.ErrType Modifier and Type Method Description static DataSetMath.ErrTypeDataSetMath.ErrType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DataSetMath.ErrType[]DataSetMath.ErrType. 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.ErrType Modifier and Type Method Description static doubleDataSetMath. error(de.gsi.dataset.DataSet dataSet, DataSetMath.ErrType eType, double x)convenience short-hand notation for getting error variables (if defined for dataset)static doubleDataSetMath. error(de.gsi.dataset.DataSet dataSet, DataSetMath.ErrType eType, int index)convenience short-hand notation for getting error variables (if defined for dataset)protected static doubleDataSetMath. error(de.gsi.dataset.DataSet dataSet, DataSetMath.ErrType eType, int index, double x, boolean interpolate)static double[]DataSetMath. errors(de.gsi.dataset.DataSet dataSet, DataSetMath.ErrType eType)convenience short-hand notation for getting error variables (if defined for dataset)
-