C# 클래스 MA.WindowsForms.Numerator_Form

파일 보기 프로젝트 열기: redips789/MAprojektas 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnFormClosing ( FormClosingEventArgs e ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

AddToSumTextBox() 공개 메소드

public AddToSumTextBox ( string message ) : void
message string
리턴 void

Add_Exponential_To_Summand() 공개 메소드

public Add_Exponential_To_Summand ( double a, double b ) : void
a double
b double
리턴 void

Add_PowerFunction_To_Summand() 공개 메소드

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

Add_Simple_X_To_Summand() 공개 메소드

public Add_Simple_X_To_Summand ( int polynomialDegree ) : void
polynomialDegree int
리턴 void

Add_SinCosLn_To_Summand() 공개 메소드

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

Add_SumRaisedToPower_To_Summand() 공개 메소드

public Add_SumRaisedToPower_To_Summand ( SumRaisedToPower sum ) : void
sum SumRaisedToPower
리턴 void

Dispose() 보호된 메소드

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

Numerator_Form() 공개 메소드

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

OnFormClosing() 보호된 메소드

protected OnFormClosing ( FormClosingEventArgs e ) : void
e FormClosingEventArgs
리턴 void

SetVisable() 공개 메소드

public SetVisable ( bool value ) : void
value bool
리턴 void