libpgplotxx.a (C++ interface to PGPLOT)

◆ contains()

bool pgplot::Trange::contains ( const float &  v) const
inline

check if value is inside range

Definition at line 120 of file structs.h.

References max.

Referenced by pgplot::Tcoor::inside().

120  { return((v>=this->min) &&
121  (v<=this->max)); }
float min
range [min....max]
Definition: structs.h:44
float max
Definition: structs.h:44
Here is the caller graph for this function: