C# Класс BF2Statistics.BoolExtensions

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

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

Метод Описание
ToInt32 ( this value ) : int

Converts the boolean value into an int. Returns 1 if the value is true, 0 otherwise

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

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

Converts the boolean value into an int. Returns 1 if the value is true, 0 otherwise
public static ToInt32 ( this value ) : int
value this
Результат int