Gets and sets the default differentiator associated with functions of one variable.

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

Syntax

C#
public static IDifferentiator DefaultDifferentiator { get; set; }
Visual Basic (Declaration)
Public Shared Property DefaultDifferentiator As IDifferentiator
Visual C++
public:
static property IDifferentiator^ DefaultDifferentiator {
	IDifferentiator^ get ();
	void set (IDifferentiator^ value);
}

See Also