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