libpgplotxx.a (C++ interface to PGPLOT)

◆ rnge() [2/2]

static Trange pgplot::basic_device::rnge ( const Trange xin)
inlinestaticinherited

found suitable range

Definition at line 569 of file basicdevice.h.

References pgplot::Trange::max, and pgplot::Trange::min.

570  {
571  Trange result;
572  cpgrnge(xin.min, xin.max, &result.min, &result.max);
573  return(result);
574  }