IMSL C# Numerical Library

ChartNode.IsBitSet Method 

Determins if the bit set in flag is set in mask.

new public static bool IsBitSet(
   int flag,
   int mask
);

Parameters

flag
An int which contains the bit to be tested against mask.
mask
An int which is to be used as teh mask.

Return Value

A bool whichis true if the bit set in flag is set in mask.

See Also

ChartNode Class | Imsl.Chart2D Namespace