Revision f538f01b481a4fc1ec0567e1345c6ac297e11024 authored by Rene Brun on 18 March 2004, 13:52:05 UTC, committed by Rene Brun on 18 March 2004, 13:52:05 UTC
Double_t TGraph::Eval(Double_t x, TSpline *spline, Option_t *option) const
{
// Interpolate points in this graph at x using a TSpline
//  -if spline==0 and option="" a linear interpolation between the two points
//   close to x is computed. If x is outside the graph range, a linear
//   extrapolation is computed.
//  -if spline==0 and option="S" a TSpline3 object is created using this graph
//   and the interpolated value from the spline is returned.
//   the internally created spline is deleted on return.
//  -if spline is specified, it is used to return the interpolated value.


git-svn-id: http://root.cern.ch/svn/root/trunk@8431 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent 3cfc83a
History
File Mode Size
inc
src
Module.mk -rw-r--r-- 1.6 KB

back to top