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) |
double |
getZ(int xIndex,
int yIndex)
Returns Z coordinate for the specified data point.
|
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 Ydouble getZ(int xIndex,
int yIndex)
xIndex - index of X coordinateyIndex - index of Y coordinateCopyright © 2020 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.