GaussLegendreRuleGetWeight Method |
Getter for the ith weight.
Namespace: Altaxo.Calc.IntegrationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax public double GetWeight(
int index
)
Parameters
- index Int32
- Index of the ith weight.
Return Value
DoubleThe ith weight.
See Also