Click or drag to resize

GaussKronrodRule Constructor

Initializes a new instance of the GaussKronrodRule class.

Namespace: Altaxo.Calc.Integration
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public GaussKronrodRule(
	int order
)

Parameters

order  Int32
The number of Kronrod points in the rule.
See Also