C# Class Skight.eLiteWeb.Sample.Domain.Specs.My.src.Matcher

Afficher le fichier Open project: SkightTeam/eLiteWeb

Méthodes publiques

Méthode Description
Matcher ( int determineBy )
is_appear_in ( int num ) : bool
is_divisible ( int num ) : bool
is_match ( int num ) : bool

Method Details

Matcher() public méthode

public Matcher ( int determineBy )
determineBy int

is_appear_in() public méthode

public is_appear_in ( int num ) : bool
num int
Résultat bool

is_divisible() public méthode

public is_divisible ( int num ) : bool
num int
Résultat bool

is_match() public méthode

public is_match ( int num ) : bool
num int
Résultat bool