libpgplotxx.a (C++ interface to PGPLOT)

◆ swap()

Trange& pgplot::Trange::swap ( )
inline

swap range

Definition at line 118 of file structs.h.

References max, and min.

Referenced by main().

118 { float junk=min; min=max; max=junk; return(*this); }
float min
range [min....max]
Definition: structs.h:44
float max
Definition: structs.h:44
Here is the caller graph for this function: