C# 클래스 Sharith.Factorial.PrimeSwingCache.CachedPrimorial

파일 보기 프로젝트 열기: PeterLuschny/Fast-Factorial-Functions

공개 프로퍼티들

프로퍼티 타입 설명
High int
Value Arithmetic.XInt

공개 메소드들

메소드 설명
CachedPrimorial ( int highBound, Arithmetic.XInt val ) : System.Collections.Generic

메소드 상세

CachedPrimorial() 공개 메소드

public CachedPrimorial ( int highBound, Arithmetic.XInt val ) : System.Collections.Generic
highBound int
val Arithmetic.XInt
리턴 System.Collections.Generic

프로퍼티 상세

High 공개적으로 프로퍼티

public int High
리턴 int

Value 공개적으로 프로퍼티

public Arithmetic.XInt Value
리턴 Arithmetic.XInt