Click or drag to resize

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
)

Parameters

c
Type: SystemDouble
The constant to be added to the first value.
See Also