.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-03-30T18:24:30Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos