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

Afficher le fichier Open project: PaulMineau/AIMA.Net Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
calculateMaxValue ( ) : void

Method Details

MixedRadixNumber() public méthode

public MixedRadixNumber ( long value, List radixs ) : System
value long
radixs List
Résultat System

MixedRadixNumber() public méthode

public MixedRadixNumber ( long value, int radixs ) : System
value long
radixs int
Résultat System

ToString() public méthode

public ToString ( ) : String
Résultat String

decrement() public méthode

public decrement ( ) : bool
Résultat bool

doubleValue() public méthode

public doubleValue ( ) : double
Résultat double

floatValue() public méthode

public floatValue ( ) : float
Résultat float

getCurrentNumeralValue() public méthode

public getCurrentNumeralValue ( int atPosition ) : int
atPosition int
Résultat int

getMaxAllowedValue() public méthode

public getMaxAllowedValue ( ) : long
Résultat long

increment() public méthode

public increment ( ) : bool
Résultat bool

intValue() public méthode

public intValue ( ) : int
Résultat int

longValue() public méthode

public longValue ( ) : long
Résultat long