.Buildings.HeatTransfer.Windows.BaseClasses.smoothInterpolation

Information

Function to interpolate within a data array without triggerring events.

Interface

function smoothInterpolation
  extends Modelica.Icons.Function;
  input Real y[:] "Data array";
  input Real x "x value";
  output Real val "Interpolated value";
end smoothInterpolation;

Revisions


Generated at 2024-04-28T18:16:21Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos