Click or drag to resize

GaussLegendreRuleGetAbscissa Method

Gettter for the ith abscissa.

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

Parameters

index  Int32
Index of the ith abscissa.

Return Value

Double
The ith abscissa.
See Also