C# 클래스 CheckPrime

파일 보기 프로젝트 열기: Y-LyN-10/Software-University-Courses 1 사용 예제들

공개 메소드들

메소드 설명
IsPrime ( BigInteger, candidate ) : bool

비공개 메소드들

메소드 설명
Main ( ) : void

메소드 상세

IsPrime() 공개 정적인 메소드

public static IsPrime ( BigInteger, candidate ) : bool
candidate BigInteger,
리턴 bool