libpgplotxx.a (C++ interface to PGPLOT)

◆ rnge() [1/2]

static void pgplot::basic_device::rnge ( const float &  x1,
const float &  x2,
float *  xlo,
float *  xhi 
)
inlinestaticinherited

found suitable range

Definition at line 566 of file basicdevice.h.

567  { cpgrnge(x1, x2, xlo, xhi); }