.FCSys.Utilities.Delta

Information

The translator should automatically vectorize (or "matricize") this function. For example, Delta([1,2;3,4]) returns {1,1}.

Interface

function Delta
  extends Modelica.Icons.Function;
  input Real u[2] "Vector of size two" annotation(
    Dialog(__Dymola_label = "<html><i>u</i></html>"));
  output Real Delta "Second entry minus the first entry" annotation(
    Dialog(__Dymola_label = "<html>&Delta;</html>"));
end Delta;

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