.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-12-11T19:25:49Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos