.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 2025-12-07T19:14:00Z by OpenModelicaOpenModelica 1.25.7 using GenerateDoc.mos