C# 클래스 GR.Math.Prime

파일 보기 프로젝트 열기: alexhanh/Botting-Library

공개 프로퍼티들

프로퍼티 타입 설명
LUT52 int[]

공개 메소드들

메소드 설명
GetPrimes ( int n_first ) : List

비공개 메소드들

메소드 설명
IsPrime ( int n ) : bool

메소드 상세

GetPrimes() 공개 정적인 메소드

public static GetPrimes ( int n_first ) : List
n_first int
리턴 List

프로퍼티 상세

LUT52 공개적으로 정적으로 프로퍼티

public static int[] LUT52
리턴 int[]