C# 클래스 Skight.HelpCenter.Domain.IntExtensions

파일 보기 프로젝트 열기: SkightTeam/eLiteWeb

공개 메소드들

메소드 설명
is_divisible_by ( this dividend, int divisor ) : bool
is_divisible_by_its_digit_number ( this dividend ) : bool
to ( this start, int end ) : IEnumerable

메소드 상세

is_divisible_by() 공개 정적인 메소드

public static is_divisible_by ( this dividend, int divisor ) : bool
dividend this
divisor int
리턴 bool

is_divisible_by_its_digit_number() 공개 정적인 메소드

public static is_divisible_by_its_digit_number ( this dividend ) : bool
dividend this
리턴 bool

to() 공개 정적인 메소드

public static to ( this start, int end ) : IEnumerable
start this
end int
리턴 IEnumerable