Gets and sets the function minimizer.

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

Syntax

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

See Also