libpgplotxx.a (C++ interface to PGPLOT)

◆ operator*=() [1/2]

template<typename T >
Trange& pgplot::Trange::operator*= ( const T &  value)
inline

scale both values

Definition at line 106 of file structs.h.

References max, and min.

107  { min*=value; max*=value; return(*this); }
float min
range [min....max]
Definition: structs.h:44
float max
Definition: structs.h:44