scala::Range Class Reference
List of all members.
Public Member Functions |
|
| Range (const double &Rfirst, const double &Rlast, const bool &Ascending=true, const int &Nbin=0) |
|
void | AllowDescending () |
|
void | SetRange (const double &Rfirst, const double &Rlast, const bool &Ascending=true, const int &Nbin=0) |
|
void | SetNbin (const int &Nbin) |
|
void | clear () |
|
virtual void | update (const double &value) |
|
double & | first () |
|
double | first () const |
|
double & | last () |
|
double | last () const |
|
double | min () const |
|
double | max () const |
|
double | AbsRange () const |
|
int | bin (const double &value) const |
|
int | tbin (const double &value) const |
|
int | Nbins () const |
|
RPair | bounds (const int &bin) const |
|
float | middle (const int &bin) const |
|
std::string | format () const |
The documentation for this class was generated from the following files: