libpgplotxx.a (C++ interface to PGPLOT)

◆ Trange() [1/3]

pgplot::Trange::Trange ( const float &  themin,
const float &  themax 
)
inline

set constgructor

Definition at line 46 of file structs.h.

46  :
47  min(themin), max(themax) { }
float min
range [min....max]
Definition: structs.h:44
float max
Definition: structs.h:44