C# Class CascadeSharp.TKMath.math.math_GaussSingleIntegration

显示文件 Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

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

Method Details

IsDone() public method

public IsDone ( ) : bool
return bool

Perform() public method

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
return void

Value() public method

public Value ( ) : double
return double

math_GaussSingleIntegration() public method

public math_GaussSingleIntegration ( ) : System
return System

math_GaussSingleIntegration() public method

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
return System

math_GaussSingleIntegration() public method

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
return System

math_GaussSingleIntegration() public method

public math_GaussSingleIntegration ( math_GaussSingleIntegration parameter1 ) : System
parameter1 math_GaussSingleIntegration
return System