SeriesZip Method
Combines the common sufix of two time series.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+44e7797405725ef3cf24b3ff0eba94ce6c649601
public Series Zip(
Series other,
Func<double, double, double> zipper
)
- other Series
- Second series to combine.
- zipper FuncDouble, Double, Double
- The combining function.
SeriesThe combining function applied to each pair of items.