C# Class Utils.BitSetExt

Datei anzeigen Open project: eric7237cire/CodeJam

Public Methods

Method Description
ClearBit ( this bits, int pos ) : int
ClearBit ( this bits, int pos ) : long
GetBit ( this bits, int pos ) : bool
GetBit ( this bits, int pos ) : long
SetBit ( this bits, int pos ) : int
SetBit ( this bits, int pos ) : long

Method Details

ClearBit() public static method

public static ClearBit ( this bits, int pos ) : int
bits this
pos int
return int

ClearBit() public static method

public static ClearBit ( this bits, int pos ) : long
bits this
pos int
return long

GetBit() public static method

public static GetBit ( this bits, int pos ) : bool
bits this
pos int
return bool

GetBit() public static method

public static GetBit ( this bits, int pos ) : long
bits this
pos int
return long

SetBit() public static method

public static SetBit ( this bits, int pos ) : int
bits this
pos int
return int

SetBit() public static method

public static SetBit ( this bits, int pos ) : long
bits this
pos int
return long