.MetaModelica.intBitAnd

Returns bitwise 'and' of Integers i1 and i2

Information

Bitwise and (like C, i1 & i2).

Interface

function intBitAnd
  input Integer i1;
  input Integer i2;
  output Integer o;
end intBitAnd;

Generated at 2026-05-09T18:18:56Z by OpenModelicaOpenModelica 1.26.7 using GenerateDoc.mos