.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-04-14T18:18:34Z by OpenModelicaOpenModelica 1.26.3 using GenerateDoc.mos