Method | Description | |
---|---|---|
GetPrimes ( int lowerBound, int upperDound ) : List |
||
IsPrime ( int n ) : bool | ||
mostCommonRemainder ( int lowerBound, int upperBound, int modulo ) : int |
public GetPrimes ( int lowerBound, int upperDound ) : List |
||
lowerBound | int | |
upperDound | int | |
return | List |
public mostCommonRemainder ( int lowerBound, int upperBound, int modulo ) : int | ||
lowerBound | int | |
upperBound | int | |
modulo | int | |
return | int |