SeriesAddition(Series, Series) Operator
Creates a new series by adding values from the operands.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+44e7797405725ef3cf24b3ff0eba94ce6c649601
public static Series operator +(
Series s1,
Series s2
)
- s1 Series
- First operand.
- s2 Series
- Second operand.
SeriesThe sum of the two time series.
IAdditionOperatorsTSelf, TOther, TResultAddition(TSelf, TOther)