Click or drag to resize

EAPUtilBitsSet Method (Int32, Enum)

Determine if the specified set of bits are all set.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static bool BitsSet(
	int val,
	Enum mask
)

Parameters

val
Type: SystemInt32
The value to test.
mask
Type: SystemEnum
The bit mask to apply.

Return Value

Type: Boolean
True if all the bits in the mask are set, else False.
See Also