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