libpgplotxx.a (C++ interface to PGPLOT)

◆ fullrange()

float pgplot::Trange::fullrange ( ) const
inline

return absolute range

Definition at line 91 of file structs.h.

References max, and min.

Referenced by abs(), pgplot::pgaff::create_transform(), operator*=(), and shrinkf().

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