C# Class Sharith.Factorial.SwingRational.Rational

显示文件 Open project: PeterLuschny/Fast-Factorial-Functions

Public Methods

Method Description
Rational ( Arithmetic.XInt _num, Arithmetic.XInt _den )
Rational ( long _num, long _den )
operator ( ) : Rational

Private Methods

Method Description
Gcd ( long a, long b ) : long

Method Details

Rational() public method

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

Rational() public method

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

operator() public static method

public static operator ( ) : Rational
return Rational