C# Class Skight.HelpCenter.Domain.IntExtensions

Afficher le fichier Open project: SkightTeam/eLiteWeb

Méthodes publiques

Méthode 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 méthode

public static is_divisible_by ( this dividend, int divisor ) : bool
dividend this
divisor int
Résultat bool

is_divisible_by_its_digit_number() public static méthode

public static is_divisible_by_its_digit_number ( this dividend ) : bool
dividend this
Résultat bool

to() public static méthode

public static to ( this start, int end ) : IEnumerable
start this
end int
Résultat IEnumerable