Uses of Class
de.gsi.dataset.Histogram.Boundary
-
Packages that use Histogram.Boundary Package Description de.gsi.dataset de.gsi.dataset.spi -
-
Uses of Histogram.Boundary in de.gsi.dataset
Methods in de.gsi.dataset that return Histogram.Boundary Modifier and Type Method Description static Histogram.BoundaryHistogram.Boundary. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Histogram.Boundary[]Histogram.Boundary. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.gsi.dataset with parameters of type Histogram.Boundary Modifier and Type Method Description doubleHistogram. getBinLimits(int dimIndex, Histogram.Boundary boundary, int binIndex) -
Uses of Histogram.Boundary in de.gsi.dataset.spi
Methods in de.gsi.dataset.spi with parameters of type Histogram.Boundary Modifier and Type Method Description doubleAbstractHistogram. getBinLimits(int dimIndex, Histogram.Boundary boundary, int binIndex)
-