libpgplotxx.a (C++ interface to PGPLOT)

◆ lcutf()

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

fractional cut at lower edge

Definition at line 93 of file structs.h.

References max, and min.

Referenced by pgplot::Trect::bcutf(), and pgplot::Trect::lcutf().

94  { min=min+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: