Click or drag to resize

gsl_integration_workspaceretrieve Method

[Missing <summary> documentation for "M:Altaxo.Calc.Integration.gsl_integration_workspace.retrieve(System.Double@,System.Double@,System.Double@,System.Double@)"]


Namespace: Altaxo.Calc.Integration
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void retrieve(
	out double a,
	out double b,
	out double r,
	out double e
)

Parameters

a  Double

[Missing <param name="a"/> documentation for "M:Altaxo.Calc.Integration.gsl_integration_workspace.retrieve(System.Double@,System.Double@,System.Double@,System.Double@)"]

b  Double

[Missing <param name="b"/> documentation for "M:Altaxo.Calc.Integration.gsl_integration_workspace.retrieve(System.Double@,System.Double@,System.Double@,System.Double@)"]

r  Double

[Missing <param name="r"/> documentation for "M:Altaxo.Calc.Integration.gsl_integration_workspace.retrieve(System.Double@,System.Double@,System.Double@,System.Double@)"]

e  Double

[Missing <param name="e"/> documentation for "M:Altaxo.Calc.Integration.gsl_integration_workspace.retrieve(System.Double@,System.Double@,System.Double@,System.Double@)"]

See Also