Click or drag to resize

IIntegrator Interface

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

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public interface IIntegrator : ICloneable

The IIntegrator type exposes the following members.

Methods
 NameDescription
Public methodIntegrate Integrates the given function within the given interval.
Top
See Also