libpgplotxx.a (C++ interface to PGPLOT)

◆ abs()

float pgplot::Trange::abs ( ) const
inline

return total range

Definition at line 86 of file structs.h.

References fullrange().

Referenced by extendf().

86  {
87  float absrange=this->fullrange();
88  return(absrange > 0 ? absrange : -absrange);
89  }
float fullrange() const
return absolute range
Definition: structs.h:91
Here is the call graph for this function:
Here is the caller graph for this function: