public interface Histogram2D
| Modifier and Type | Method and Description |
|---|---|
int |
fill(double x,
double y)
Increment bin with abscissa X, Y, and Z by 1.
|
int |
fill(double x,
double y,
double w)
Increment bin with abscissa X by with a weight w.
|
int |
findBin(double x,
double y) |
int |
findFirstBinAbove(double x,
double y) |
int fill(double x,
double y)
x - new value to be addedy - new value to be addedint fill(double x,
double y,
double w)
x - new value to be addedy - new value to be addedw - weightint findBin(double x,
double y)
x - spatial real-valued coordinate in Xy - spatial real-valued coordinate in Yint findFirstBinAbove(double x,
double y)
x - spatial real-valued coordinate in Xy - spatial real-valued coordinate in YCopyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.