C# Class _500.PrimeStatistics

Afficher le fichier Open project: Oscarbralo/TopBlogCoder Class Usage Examples

Méthodes publiques

Méthode Description
GetPrimes ( int lowerBound, int upperDound ) : List
IsPrime ( int n ) : bool
mostCommonRemainder ( int lowerBound, int upperBound, int modulo ) : int

Method Details

GetPrimes() public méthode

public GetPrimes ( int lowerBound, int upperDound ) : List
lowerBound int
upperDound int
Résultat List

IsPrime() public méthode

public IsPrime ( int n ) : bool
n int
Résultat bool

mostCommonRemainder() public méthode

public mostCommonRemainder ( int lowerBound, int upperBound, int modulo ) : int
lowerBound int
upperBound int
modulo int
Résultat int