Evaluate Table data at one parameter
function evaluate extends Modelica.Icons.Function; input Bspline1D.Data tableSpline "Bspline table to be evaluated"; input Real x "Parameter value at which table shall be evaluated"; output Real y[tableSpline.ndim] "Value of table at x"; end evaluate;