Expand Minimize
This topic has not yet been rated - Rate this topic

Global::BitTest Method

Indicates whether any of the specified bits in a value are set.


client server public static boolean BitTest(int _flags, int _test)

Called

Parameter

Description

_flags

The value to test.

_test

The bits to test.

true if any of the specified bits are set in the value; otherwise, false.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.