C# 클래스 BF2Statistics.BoolExtensions

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

공개 메소드들

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