.Modelica_LinearSystems2.Math.Vectors.find

Information

Find element in vector

Interface

encapsulated function find
  import Modelica;
  import Modelica_LinearSystems2.Math;
  extends Modelica.Icons.Function;
  input Integer s "Search for s";
  input Integer v[:] "Vector";
  output Integer result "v[result] = s (first occurrence of s); result=0, if not found";
end find;

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