function eval extends Modelica.Icons.Function; input ApproxSpline.Curve1d.Type s "1-D spline object to operate on"; input Real x "independent variable where spline is to be evaluated"; output Real y "evaluated value "; end eval;