C# Class MA.WindowsForms.Numerator_Form

Datei anzeigen Open project: redips789/MAprojektas Class Usage Examples

Private Properties

Property 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

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnFormClosing ( FormClosingEventArgs e ) : void

Private Methods

Method 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 method

public AddToSumTextBox ( string message ) : void
message string
return void

Add_Exponential_To_Summand() public method

public Add_Exponential_To_Summand ( double a, double b ) : void
a double
b double
return void

Add_PowerFunction_To_Summand() public method

public Add_PowerFunction_To_Summand ( double a, double b, int n, int m ) : void
a double
b double
n int
m int
return void

Add_Simple_X_To_Summand() public method

public Add_Simple_X_To_Summand ( int polynomialDegree ) : void
polynomialDegree int
return void

Add_SinCosLn_To_Summand() public method

public Add_SinCosLn_To_Summand ( double a, double b, int index ) : void
a double
b double
index int
return void

Add_SumRaisedToPower_To_Summand() public method

public Add_SumRaisedToPower_To_Summand ( SumRaisedToPower sum ) : void
sum SumRaisedToPower
return void

Dispose() protected method

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

Numerator_Form() public method

public Numerator_Form ( Interface_Limit_calculator limit_calc, bool index, string formName ) : System
limit_calc Interface_Limit_calculator
index bool
formName string
return System

OnFormClosing() protected method

protected OnFormClosing ( FormClosingEventArgs e ) : void
e FormClosingEventArgs
return void

SetVisable() public method

public SetVisable ( bool value ) : void
value bool
return void