libpgplotxx.a (C++ interface to PGPLOT)

◆ array_value_range()

Trange pgplot::pgaff::array_value_range ( const Tarray::Tcoc &  a)

return range of values

Definition at line 164 of file affpgplot.cc.

Referenced by gray(), and main().

165  {
166  return(aff::func::util::collect<Tarray::Tcoc, util::Extractrange>(a));
167  } // array_value_range
Here is the caller graph for this function: