C# Class Skight.HelpCenter.Domain.IntExtensions

ファイルを表示 Open project: SkightTeam/eLiteWeb

Public Methods

Method Description
is_divisible_by ( this dividend, int divisor ) : bool
is_divisible_by_its_digit_number ( this dividend ) : bool
to ( this start, int end ) : IEnumerable

Method Details

is_divisible_by() public static method

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

is_divisible_by_its_digit_number() public static method

public static is_divisible_by_its_digit_number ( this dividend ) : bool
dividend this
return bool

to() public static method

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