C# Класс GameMath.MathI

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

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

Метод Описание
GetBit ( int i, int k ) : int

Gets the k-th bit of the passed int value.

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

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

Gets the k-th bit of the passed int value.
public static GetBit ( int i, int k ) : int
i int /// Value to get the k-th bit of. ///
k int /// Bit to get. ///
Результат int