C# Class AIMA.Core.Util.Math.MixedRadixNumber

Show file Open project: PaulMineau/AIMA.Net Class Usage Examples

Public Methods

Method Description
MixedRadixNumber ( long value, List radixs ) : System
MixedRadixNumber ( long value, int radixs ) : System
ToString ( ) : String
decrement ( ) : bool
doubleValue ( ) : double
floatValue ( ) : float
getCurrentNumeralValue ( int atPosition ) : int
getMaxAllowedValue ( ) : long
increment ( ) : bool
intValue ( ) : int
longValue ( ) : long

Private Methods

Method Description
calculateMaxValue ( ) : void

Method Details

MixedRadixNumber() public method

public MixedRadixNumber ( long value, List radixs ) : System
value long
radixs List
return System

MixedRadixNumber() public method

public MixedRadixNumber ( long value, int radixs ) : System
value long
radixs int
return System

ToString() public method

public ToString ( ) : String
return String

decrement() public method

public decrement ( ) : bool
return bool

doubleValue() public method

public doubleValue ( ) : double
return double

floatValue() public method

public floatValue ( ) : float
return float

getCurrentNumeralValue() public method

public getCurrentNumeralValue ( int atPosition ) : int
atPosition int
return int

getMaxAllowedValue() public method

public getMaxAllowedValue ( ) : long
return long

increment() public method

public increment ( ) : bool
return bool

intValue() public method

public intValue ( ) : int
return int

longValue() public method

public longValue ( ) : long
return long