libpgplotxx.a (C++ interface to PGPLOT)

◆ hcutf()

Trange& pgplot::Trange::hcutf ( const float &  fraction)
inline

fractional cut at higher edge

Definition at line 96 of file structs.h.

References max, and min.

Referenced by pgplot::Trect::rcutf(), and pgplot::Trect::tcutf().

97  { max=max-fraction*(max-min); 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: