.Buildings.Utilities.Math.Functions.average

Information

This function outputs the average of the vector.

Interface

function average
  extends Modelica.Icons.Function;
  input Integer nin "Number of inputs";
  input Real u[nin] "Input vector";
  output Real y "Result";
end average;

Revisions


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