Global::BitTest Method
Dynamics AX 2009
Indicates whether any of the specified bits in a value are set.
client server public static boolean BitTest(int _flags, int _test)
Indicates whether any of the specified bits in a value are set.
client server public static boolean BitTest(int _flags, int _test)