C# 클래스 _500.PrimeStatistics

파일 보기 프로젝트 열기: Oscarbralo/TopBlogCoder 1 사용 예제들

공개 메소드들

메소드 설명
GetPrimes ( int lowerBound, int upperDound ) : List
IsPrime ( int n ) : bool
mostCommonRemainder ( int lowerBound, int upperBound, int modulo ) : int

메소드 상세

GetPrimes() 공개 메소드

public GetPrimes ( int lowerBound, int upperDound ) : List
lowerBound int
upperDound int
리턴 List

IsPrime() 공개 메소드

public IsPrime ( int n ) : bool
n int
리턴 bool

mostCommonRemainder() 공개 메소드

public mostCommonRemainder ( int lowerBound, int upperBound, int modulo ) : int
lowerBound int
upperBound int
modulo int
리턴 int