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