Click or drag to resize

CONTR5Run Method

[Missing <summary> documentation for "M:Altaxo.Calc.Ode.Obsolete.Radau5.CONTR5.Run(System.Int32,System.Double,System.Double[],System.Int32,System.Int32)"]


Namespace: Altaxo.Calc.Ode.Obsolete.Radau5
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double Run(
	int I,
	double X,
	double[] CONT,
	int offset_cont,
	int LRC
)

Parameters

I  Int32

[Missing <param name="I"/> documentation for "M:Altaxo.Calc.Ode.Obsolete.Radau5.CONTR5.Run(System.Int32,System.Double,System.Double[],System.Int32,System.Int32)"]

X  Double

[Missing <param name="X"/> documentation for "M:Altaxo.Calc.Ode.Obsolete.Radau5.CONTR5.Run(System.Int32,System.Double,System.Double[],System.Int32,System.Int32)"]

CONT  Double

[Missing <param name="CONT"/> documentation for "M:Altaxo.Calc.Ode.Obsolete.Radau5.CONTR5.Run(System.Int32,System.Double,System.Double[],System.Int32,System.Int32)"]

offset_cont  Int32

[Missing <param name="offset_cont"/> documentation for "M:Altaxo.Calc.Ode.Obsolete.Radau5.CONTR5.Run(System.Int32,System.Double,System.Double[],System.Int32,System.Int32)"]

LRC  Int32

[Missing <param name="LRC"/> documentation for "M:Altaxo.Calc.Ode.Obsolete.Radau5.CONTR5.Run(System.Int32,System.Double,System.Double[],System.Int32,System.Int32)"]

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Calc.Ode.Obsolete.Radau5.CONTR5.Run(System.Int32,System.Double,System.Double[],System.Int32,System.Int32)"]

See Also