C# 클래스 CascadeSharp.TKMath.math.math_GaussSingleIntegration

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

공개 메소드들

메소드 설명
IsDone ( ) : bool
Perform ( CascadeSharp.TKMath.math.math_Function F, double Lower, double Upper, int Order ) : void
Value ( ) : double
math_GaussSingleIntegration ( ) : System
math_GaussSingleIntegration ( CascadeSharp.TKMath.math.math_Function F, double Lower, double Upper, int Order ) : System
math_GaussSingleIntegration ( CascadeSharp.TKMath.math.math_Function F, double Lower, double Upper, int Order, double Tol ) : System
math_GaussSingleIntegration ( math_GaussSingleIntegration parameter1 ) : System

메소드 상세

IsDone() 공개 메소드

public IsDone ( ) : bool
리턴 bool

Perform() 공개 메소드

public Perform ( CascadeSharp.TKMath.math.math_Function F, double Lower, double Upper, int Order ) : void
F CascadeSharp.TKMath.math.math_Function
Lower double
Upper double
Order int
리턴 void

Value() 공개 메소드

public Value ( ) : double
리턴 double

math_GaussSingleIntegration() 공개 메소드

public math_GaussSingleIntegration ( ) : System
리턴 System

math_GaussSingleIntegration() 공개 메소드

public math_GaussSingleIntegration ( CascadeSharp.TKMath.math.math_Function F, double Lower, double Upper, int Order ) : System
F CascadeSharp.TKMath.math.math_Function
Lower double
Upper double
Order int
리턴 System

math_GaussSingleIntegration() 공개 메소드

public math_GaussSingleIntegration ( CascadeSharp.TKMath.math.math_Function F, double Lower, double Upper, int Order, double Tol ) : System
F CascadeSharp.TKMath.math.math_Function
Lower double
Upper double
Order int
Tol double
리턴 System

math_GaussSingleIntegration() 공개 메소드

public math_GaussSingleIntegration ( math_GaussSingleIntegration parameter1 ) : System
parameter1 math_GaussSingleIntegration
리턴 System