Click or drag to resize

gsl_integration_workspace Constructor

Initializes a new instance of the gsl_integration_workspace class

Namespace: Altaxo.Calc.Integration
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public gsl_integration_workspace(
	int n
)

Parameters

n  Int32

[Missing <param name="n"/> documentation for "M:Altaxo.Calc.Integration.gsl_integration_workspace.#ctor(System.Int32)"]

See Also