C# 클래스 Sharith.Factorial.SwingRationalDouble.Rational

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

공개 메소드들

메소드 설명
Rational ( Arithmetic.XInt _num, Arithmetic.XInt _den )
Rational ( long _num, long _den )
operator ( ) : Rational

비공개 메소드들

메소드 설명
Gcd ( long a, long b ) : long

메소드 상세

Rational() 공개 메소드

public Rational ( Arithmetic.XInt _num, Arithmetic.XInt _den )
_num Arithmetic.XInt
_den Arithmetic.XInt

Rational() 공개 메소드

public Rational ( long _num, long _den )
_num long
_den long

operator() 공개 정적인 메소드

public static operator ( ) : Rational
리턴 Rational