Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
System
Collections
Generic
HashPrimeNumbers
C# 클래스 System.Collections.Generic.HashPrimeNumbers
파일 보기
프로젝트 열기: nano-byte/common
1 사용 예제들
공개 메소드들
메소드
설명
CalcPrime
(
int
x
) :
int
TestPrime
(
int
x
) :
bool
ToPrime
(
int
x
) :
int
메소드 상세
CalcPrime()
공개
정적인
메소드
public
static
CalcPrime
(
int
x
) :
int
x
int
리턴
int
TestPrime()
공개
정적인
메소드
public
static
TestPrime
(
int
x
) :
bool
x
int
리턴
bool
ToPrime()
공개
정적인
메소드
public
static
ToPrime
(
int
x
) :
int
x
int
리턴
int