C# 클래스 BF2Statistics.IntExtensions

파일 보기 프로젝트 열기: BF2Statistics/ControlCenter

공개 메소드들

메소드 설명
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