Click or drag to resize

DiscreteDataIntegrator Class

Integrates discrete data for either unit-spaced or arbitrarily spaced data.
Inheritance Hierarchy
SystemObject
  CenterSpace.NMath.CoreDiscreteDataIntegrator

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public class DiscreteDataIntegrator

The DiscreteDataIntegrator type exposes the following members.

Constructors
 NameDescription
Public methodDiscreteDataIntegrator Returns a discrete data integrator using the default integration strategy.
Public methodDiscreteDataIntegrator(DiscreteDataIntegratorStrategy) Returns a discrete data integrator.
Top
Properties
 NameDescription
Public propertyIntegrationStrategy Integration strategy.
Top
Methods
 NameDescription
Public methodIntegrate(DoubleVector, Double, Double) Returns the approximate integral of the discrete data assuming unit sample intervals.
Public methodIntegrate(DoubleVector, DoubleVector, Double, Double) Return the approximate integral of the discrete data.
Public methodIntegrate(DoubleVector, Int32, Int32, Double, Double) Returns the approximate integral of the discrete data assuming unit sample intervals.
Public methodIntegrate(DoubleVector, DoubleVector, Int32, Int32, Double, Double) Return the approximate integral of the discrete data.
Top
Fields
 NameDescription
Public fieldStatic memberDefaultIntegrationStrategy Integration technique. This one is used if no strategy is specified in the constructor.
Top
See Also