C# Class Sharith.Factorial.DecInteger

Mostrar archivo Open project: PeterLuschny/Fast-Factorial-Functions

Public Methods

Method Description
DecInteger ( long value )
Pow2 ( int e ) : DecInteger
ToString ( ) : string
operator ( ) : DecInteger

Private Methods

Method Description
DecInteger ( int digits, int length )

Method Details

DecInteger() public method

public DecInteger ( long value )
value long

Pow2() public static method

public static Pow2 ( int e ) : DecInteger
e int
return DecInteger

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : DecInteger
return DecInteger