Метод | Описание | |
---|---|---|
ClearBit ( this target, byte mask ) : byte | ||
IsSet ( this target, byte mask ) : bool | ||
SetBit ( this target, byte mask ) : byte |
public static ClearBit ( this target, byte mask ) : byte | ||
target | this | |
mask | byte | |
Результат | byte |
public static IsSet ( this target, byte mask ) : bool | ||
target | this | |
mask | byte | |
Результат | bool |
public static SetBit ( this target, byte mask ) : byte | ||
target | this | |
mask | byte | |
Результат | byte |