C# Class MA.WindowsForms.Numerator_Form

Afficher le fichier Open project: redips789/MAprojektas Class Usage Examples

Private Properties

Свойство Type Description
AddX_Click void
CosineButton_Click void
Exit_Click void
ExponentialButton_Click void
InitializeComponent void
Numerator_Load void
PowerFunctionButton_Click void
SineButton_Click void
SumRaizedToPowerButton_Click void
SumTextBox_TextChanged void
button1_Click void
button1_Click_1 void
button4_Click void
label1_Click void

Méthodes publiques

Méthode Description
AddToSumTextBox ( string message ) : void
Add_Exponential_To_Summand ( double a, double b ) : void
Add_PowerFunction_To_Summand ( double a, double b, int n, int m ) : void
Add_Simple_X_To_Summand ( int polynomialDegree ) : void
Add_SinCosLn_To_Summand ( double a, double b, int index ) : void
Add_SumRaisedToPower_To_Summand ( SumRaisedToPower sum ) : void
Numerator_Form ( Interface_Limit_calculator limit_calc, bool index, string formName ) : System
SetVisable ( bool value ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnFormClosing ( FormClosingEventArgs e ) : void

Private Methods

Méthode Description
AddX_Click ( object sender, EventArgs e ) : void
CosineButton_Click ( object sender, EventArgs e ) : void
Exit_Click ( object sender, EventArgs e ) : void
ExponentialButton_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Numerator_Load ( object sender, EventArgs e ) : void
PowerFunctionButton_Click ( object sender, EventArgs e ) : void
SineButton_Click ( object sender, EventArgs e ) : void
SumRaizedToPowerButton_Click ( object sender, EventArgs e ) : void
SumTextBox_TextChanged ( object sender, EventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void
button1_Click_1 ( object sender, EventArgs e ) : void
button4_Click ( object sender, EventArgs e ) : void
label1_Click ( object sender, EventArgs e ) : void

Method Details

AddToSumTextBox() public méthode

public AddToSumTextBox ( string message ) : void
message string
Résultat void

Add_Exponential_To_Summand() public méthode

public Add_Exponential_To_Summand ( double a, double b ) : void
a double
b double
Résultat void

Add_PowerFunction_To_Summand() public méthode

public Add_PowerFunction_To_Summand ( double a, double b, int n, int m ) : void
a double
b double
n int
m int
Résultat void

Add_Simple_X_To_Summand() public méthode

public Add_Simple_X_To_Summand ( int polynomialDegree ) : void
polynomialDegree int
Résultat void

Add_SinCosLn_To_Summand() public méthode

public Add_SinCosLn_To_Summand ( double a, double b, int index ) : void
a double
b double
index int
Résultat void

Add_SumRaisedToPower_To_Summand() public méthode

public Add_SumRaisedToPower_To_Summand ( SumRaisedToPower sum ) : void
sum SumRaisedToPower
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

Numerator_Form() public méthode

public Numerator_Form ( Interface_Limit_calculator limit_calc, bool index, string formName ) : System
limit_calc Interface_Limit_calculator
index bool
formName string
Résultat System

OnFormClosing() protected méthode

protected OnFormClosing ( FormClosingEventArgs e ) : void
e FormClosingEventArgs
Résultat void

SetVisable() public méthode

public SetVisable ( bool value ) : void
value bool
Résultat void