ImageGestureImageCheckBit Method |
Check if a bit is set in a ulong
Namespace:
DigitalRubyShared
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public static bool CheckBit(
ulong value,
int bitPos
)
Parameters
- value
- Type: SystemUInt64
Value - bitPos
- Type: SystemInt32
Bit position
Return Value
Type:
BooleanTrue if the bit is set, false otherwise
See Also