リサイズはクリックかドラッグ

GaussLegendreIntegrator.Integrate メソッド (GaussLegendreIntegrator.IntegrateFunction, Double, Double,Double[],Double[])

区間abで定積分する

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

パラメーター

iFnc
型: Popolo.Numerics.GaussLegendreIntegrator.IntegrateFunction
被積分関数
a
型: System.Double
下限
b
型: System.Double
上限
x
型:System.Double[]
分点
w
型:System.Double[]
重み

戻り値

型: Double
積分値
関連項目