IMSL C# Numerical Library

AbstractChartNode.IsBitSet Method 

Returns true if the bit set in flag is set in mask.

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

Parameters

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

Return Value

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

See Also

AbstractChartNode Class | Imsl.Chart2D Namespace