.Modelica.ComplexMath.max

Information

This function returns the largest element of the Complex input vector, defined by the Complex absolute.

Interface

function max
  extends Modelica.Icons.Function;
  input Complex v[:] "Vector";
  output Complex result "Element of v with largest absolute value";
  output Integer index "v[index] has the largest absolute value";
end max;

Generated at 2024-04-25T18:15:59Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos