Method | Description | |
---|---|---|
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 | |
return | byte |
public static IsSet ( this target, byte mask ) : bool | ||
target | this | |
mask | byte | |
return | bool |
public static SetBit ( this target, byte mask ) : byte | ||
target | this | |
mask | byte | |
return | byte |