.FaultTriggering.Utilities.Internal.Real2BooleanVector

converts a real to a boolean

Interface

function Real2BooleanVector
  input Real x[:] "input";
  input Real t = 0.5 "threshold";
  output Boolean y[size(x, 1)] "output";
end Real2BooleanVector;

Generated at 2026-03-03T19:14:03Z by OpenModelicaOpenModelica 1.26.3 using GenerateDoc.mos