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