C# Класс Utils.BitSetExt

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

ClearBit() публичный статический Метод

public static ClearBit ( this bits, int pos ) : int
bits this
pos int
Результат int

ClearBit() публичный статический Метод

public static ClearBit ( this bits, int pos ) : long
bits this
pos int
Результат long

GetBit() публичный статический Метод

public static GetBit ( this bits, int pos ) : bool
bits this
pos int
Результат bool

GetBit() публичный статический Метод

public static GetBit ( this bits, int pos ) : long
bits this
pos int
Результат long

SetBit() публичный статический Метод

public static SetBit ( this bits, int pos ) : int
bits this
pos int
Результат int

SetBit() публичный статический Метод

public static SetBit ( this bits, int pos ) : long
bits this
pos int
Результат long