リサイズはクリックかドラッグ
GaussLegendreIntegratorIntegrate メソッド (GaussLegendreIntegratorIntegrateFunction, Double, Double, Double, Double)
区間abで定積分する

名前空間:  Popolo.Numerics
アセンブリ:  Popolo (in Popolo.dll) バージョン: 2.0.0.0 (2.0.0.0)
構文
C#
public static double Integrate(
	GaussLegendreIntegratorIntegrateFunction iFnc,
	double a,
	double b,
	double[] x,
	double[] w
)

パラメーター

iFnc
型: Popolo.NumericsGaussLegendreIntegratorIntegrateFunction
被積分関数
a
型: SystemDouble
下限
b
型: SystemDouble
上限
x
型: SystemDouble
分点
w
型: SystemDouble
重み

戻り値

型: Double
積分値
関連項目