Gets and sets the order of the Runge-Kutta algorithm.

Namespace:  CenterSpace.NMath.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public RungeKuttaSolver..::.SolverOrder Order { get; set; }
Visual Basic (Declaration)
Public Property Order As RungeKuttaSolver..::.SolverOrder
Visual C++
public:
property RungeKuttaSolver..::.SolverOrder Order {
	RungeKuttaSolver..::.SolverOrder get ();
	void set (RungeKuttaSolver..::.SolverOrder value);
}

See Also