C# 클래스 Sharith.Factorial.FactorialFactors

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

공개 메소드들

메소드 설명
Factor ( int n ) : int
FactorialFactors ( ) : System.IO
FactorialFactors ( int n ) : System.IO
SaveToFile ( string fileName ) : void
WriteFactors ( TextWriter file ) : void

비공개 메소드들

메소드 설명
PrimeFactors ( int n ) : int

메소드 상세

Factor() 공개 메소드

public Factor ( int n ) : int
n int
리턴 int

FactorialFactors() 공개 메소드

public FactorialFactors ( ) : System.IO
리턴 System.IO

FactorialFactors() 공개 메소드

public FactorialFactors ( int n ) : System.IO
n int
리턴 System.IO

SaveToFile() 공개 메소드

public SaveToFile ( string fileName ) : void
fileName string
리턴 void

WriteFactors() 공개 메소드

public WriteFactors ( TextWriter file ) : void
file System.IO.TextWriter
리턴 void