TimeSeriesIntegrate Method |
Re-computes the time series as the sums of sequential values of the original series.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public void Integrate(
double c
)
Public Sub Integrate (
c As Double
)
public:
void Integrate(
double c
)
member Integrate :
c : float -> unit
Parameters
- c
- Type: SystemDouble
The constant to be added to the first value.
See Also