You want to determine if an MI / SI value is an odd or an even number in your application.
An AND function between an integer A and #1:
If integer A is an even number then the result of the AND operation = #1.
If integer A is an odd number then the result of the AND operation = #0