Method UnsetBit NamespaceAlternet.UI AssemblyAlternet.UI.Common.dll UnsetBit(int, int) Sets a bit at the specified position to 0. public static int UnsetBit(int value, int position) Parameters value int Original value. position int Bit position. Returns int