C# Class gbrainy.Games.Calculation.CalculationFractions

Inheritance: gbrainy.Core.Main.Game
Afficher le fichier Open project: GNOME/gbrainy

Private Properties

Свойство Type Description
AnswerAsFraction string
LCM int
LCM int

Méthodes publiques

Méthode Description
CheckAnswer ( string answer ) : bool
Draw ( CairoContextEx gr, int area_width, int area_height, bool rtl ) : void

Méthodes protégées

Méthode Description
Initialize ( ) : void

Private Methods

Méthode Description
AnswerAsFraction ( ) : string
LCM ( int integerSet ) : int
LCM ( int a, int b ) : int

Method Details

CheckAnswer() public méthode

public CheckAnswer ( string answer ) : bool
answer string
Résultat bool

Draw() public méthode

public Draw ( CairoContextEx gr, int area_width, int area_height, bool rtl ) : void
gr gbrainy.Core.Main.CairoContextEx
area_width int
area_height int
rtl bool
Résultat void

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void