 | DiscreteDataIntegrator Class |
Integrates discrete data for either unit-spaced or arbitrarily spaced data.
Inheritance Hierarchy Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic class DiscreteDataIntegrator
Public Class DiscreteDataIntegrator
public ref class DiscreteDataIntegrator
type DiscreteDataIntegrator = class end
The DiscreteDataIntegrator type exposes the following members.
Constructors
Properties
Methods | Name | Description |
---|
 | Integrate(DoubleVector, Double, Double) |
Returns the approximate integral of the discrete data assuming unit sample intervals.
|
 | Integrate(DoubleVector, DoubleVector, Double, Double) |
Return the approximate integral of the discrete data.
|
 | Integrate(DoubleVector, Int32, Int32, Double, Double) |
Returns the approximate integral of the discrete data assuming unit sample intervals.
|
 | Integrate(DoubleVector, DoubleVector, Int32, Int32, Double, Double) |
Return the approximate integral of the discrete data.
|
Top
Fields
See Also