.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-11-12T19:21:02Z by OpenModelicaOpenModelica 1.25.5 using GenerateDoc.mos