C# Class NSoft.NFramework.Numerics.Integration.MidValueIntegrator

중점법
Inheritance: IntegratorBase
Afficher le fichier Open project: debop/NFramework Class Usage Examples

Méthodes publiques

Méthode Description
Integrate ( double>.Func func, double a, double b ) : double

함수의 [a,b] 구간을 적분합니다.

MidValueIntegrator ( MidValueIntegrator integrator ) : System

Copy constructor

MidValueIntegrator ( int steps = DefaultSteps ) : System

생성자

Method Details

Integrate() public méthode

함수의 [a,b] 구간을 적분합니다.
public Integrate ( double>.Func func, double a, double b ) : double
func double>.Func 적분할 함수
a double 적분 시작 위치
b double 적분 끝 위치
Résultat double

MidValueIntegrator() public méthode

Copy constructor
public MidValueIntegrator ( MidValueIntegrator integrator ) : System
integrator MidValueIntegrator 원본
Résultat System

MidValueIntegrator() public méthode

생성자
public MidValueIntegrator ( int steps = DefaultSteps ) : System
steps int 적분 구간 갯수
Résultat System