Method IsBitUnset
IsBitUnset(int, int)
Checks whether a bit at the specified position is equal to 0.
public static bool IsBitUnset(int value, int position)
Checks whether a bit at the specified position is equal to 0.
public static bool IsBitUnset(int value, int position)