math.and

Syntax

ir := math.and(i1,i2)

Get the result of the bitwise logical AND operation.

Returns:

ir - bit-wise comparison result

Arguments:

i1 - integer

i2 - integer