.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-12-21T19:25:56Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos