C# Класс BF2Statistics.IntExtensions

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

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

Метод Описание
InRange ( this input, int LowValue, int HighValue ) : bool

Returns whether this Int32 value is within the range of the specified values

ToFileSize ( this l ) : string

Converts this int value to a file size

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

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

Returns whether this Int32 value is within the range of the specified values
public static InRange ( this input, int LowValue, int HighValue ) : bool
input this
LowValue int The low end of the scale
HighValue int The high end of the scale
Результат bool

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

Converts this int value to a file size
public static ToFileSize ( this l ) : string
l this
Результат string