.Modelica.ComplexMath.product

Return product of complex vector

Information

This function returns the Complex product of the Complex input vector

Interface

function product
  extends Modelica.Icons.Function;
  input Complex v[:] "Vector";
  output Complex result "Complex product of vector elements";
end product;

Generated at 2026-07-10T20:51:55Z by OpenModelicaOpenModelica 1.27.0 using GenerateDoc.mos