.MetaModelica.intBitRShift

Information

Bitwise right shift (like C, i >> s).

Interface

function intBitRShift
  input Integer i;
  input Integer s;
  output Integer o;
end intBitRShift;

Generated at 2024-04-15T18:15:56Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos