Increases the number of output points by the specified factor producing smoother output. The default for RungeKutta45OdeSolver solver is 4.

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

Syntax

C#
public int Refine { get; set; }
Visual Basic (Declaration)
Public Property Refine As Integer
Visual C++
public:
property int Refine {
	int get ();
	void set (int value);
}

See Also