.FaultTriggering.Utilities.Internal.findIfIntegerVector

Information

Fuction which returns true if comparewith is found somewhere in inputVector

Interface

function findIfIntegerVector
  input Integer[:] inputVector = {6, 1, 2, 3, 4, 5};
  input Integer compareWith = 2;
  output Boolean isFound;
end findIfIntegerVector;

Generated at 2025-02-18T19:25:07Z by OpenModelicaOpenModelica 1.24.4 using GenerateDoc.mos