BinAnd(num_1, num_2)
num_1
num_2
Performs an AND operation on the binary representation of the complement integer values of the two arguments (Int(num_1) and Int(num_2)).BinAnd(0,1)Result: 0BinAnd(2,1)Result: 0BinAnd(10,2)Result: 2
OpenText StreamServe 5.6.2 | Updated: 2018-01-26 |