Click or drag to resize
AbstractChartNodeIsBitSet Method
Returns true if the bit set in flag is set in mask.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public static bool IsBitSet(
	int flag,
	int mask
)

Parameters

flag
Type: SystemInt32
An int which contains the bit to be tested against the mask.
mask
Type: SystemInt32
A int which is used as the mask.

Return Value

Type: Boolean
A bool, true if the bit set in flag is set in mask.
See Also