Gets and sets the differentiation method object associated with this function.

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

Syntax

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

See Also