.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 2024-04-28T18:16:21Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos