Interface for classes that perform integration of a function over an interval.

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

Syntax

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

See Also