Метод | Описание | |
---|---|---|
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 | |
Результат | int |
public static ClearBit ( this bits, int pos ) : long | ||
bits | this | |
pos | int | |
Результат | long |
public static GetBit ( this bits, int pos ) : bool | ||
bits | this | |
pos | int | |
Результат | bool |
public static GetBit ( this bits, int pos ) : long | ||
bits | this | |
pos | int | |
Результат | long |
public static SetBit ( this bits, int pos ) : int | ||
bits | this | |
pos | int | |
Результат | int |
public static SetBit ( this bits, int pos ) : long | ||
bits | this | |
pos | int | |
Результат | long |