Click or drag to resize

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
C#
public static bool CheckBit(
	ulong value,
	int bitPos
)

Parameters

value
Type: SystemUInt64
Value
bitPos
Type: SystemInt32
Bit position

Return Value

Type: Boolean
True if the bit is set, false otherwise
See Also