Click or drag to resize

GaussLegendreRuleGetWeight Method

Getter for the ith weight.

Namespace: Altaxo.Calc.Integration
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double GetWeight(
	int index
)

Parameters

index  Int32
Index of the ith weight.

Return Value

Double
The ith weight.
See Also