C# 클래스 Sharith.Factorial.Factors

파일 보기 프로젝트 열기: PeterLuschny/Fast-Factorial-Functions 1 사용 예제들

공개 메소드들

메소드 설명
Add ( long prime ) : void
Factors ( uint n ) : System.Threading.Tasks
Init ( ) : void
Product ( ) : Arithmetic.XInt
SetMax ( long max ) : void

메소드 상세

Add() 공개 메소드

public Add ( long prime ) : void
prime long
리턴 void

Factors() 공개 메소드

public Factors ( uint n ) : System.Threading.Tasks
n uint
리턴 System.Threading.Tasks

Init() 공개 메소드

public Init ( ) : void
리턴 void

Product() 공개 메소드

public Product ( ) : Arithmetic.XInt
리턴 Arithmetic.XInt

SetMax() 공개 메소드

public SetMax ( long max ) : void
max long
리턴 void