Interface for classes that perform differentiation of a function at a point.

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

Syntax

C#
public interface IDifferentiator : ICloneable
Visual Basic (Declaration)
Public Interface IDifferentiator _
	Implements ICloneable
Visual C++
public interface class IDifferentiator : ICloneable

See Also