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 |
public static ClearBit ( this bits, int pos ) : int | ||
bits | this | |
pos | int | |
return | int |
public static ClearBit ( this bits, int pos ) : long | ||
bits | this | |
pos | int | |
return | long |
public static GetBit ( this bits, int pos ) : bool | ||
bits | this | |
pos | int | |
return | bool |
public static GetBit ( this bits, int pos ) : long | ||
bits | this | |
pos | int | |
return | long |
public static SetBit ( this bits, int pos ) : int | ||
bits | this | |
pos | int | |
return | int |
public static SetBit ( this bits, int pos ) : long | ||
bits | this | |
pos | int | |
return | long |