C# Class SystemEx.Windows.Forms.Calculator

Afficher le fichier Open project: pvginkel/SystemEx

Private Properties

Свойство Type Description
AddAction void
AddCharacter void
Calculate void
Calculator System
ClearAll void
ClearEntry void
MemoryAdd void
MemoryClear void
MemoryRecall void
MemorySet void
MemorySubtract void
PerformAction void
PerformNegative void
RemoveCharacter void

Méthodes protégées

Méthode Description
OnLastActionChanged ( EventArgs e ) : void
OnLastResultChanged ( EventArgs e ) : void
OnMemoryChanged ( EventArgs e ) : void
OnResultChanged ( EventArgs e ) : void

Private Methods

Méthode Description
AddAction ( CalculatorAction action ) : void
AddCharacter ( string character ) : void
Calculate ( CalculatorAction action ) : void
Calculator ( ) : System
ClearAll ( ) : void
ClearEntry ( ) : void
MemoryAdd ( ) : void
MemoryClear ( ) : void
MemoryRecall ( ) : void
MemorySet ( ) : void
MemorySubtract ( ) : void
PerformAction ( CalculatorAction action ) : void
PerformNegative ( ) : void
RemoveCharacter ( ) : void

Method Details

OnLastActionChanged() protected méthode

protected OnLastActionChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnLastResultChanged() protected méthode

protected OnLastResultChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnMemoryChanged() protected méthode

protected OnMemoryChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnResultChanged() protected méthode

protected OnResultChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void