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.8.0+77a1ed58155f905ef6d88f42ae024582c7e1b4c3
Syntaxpublic static Series operator +(
Series s1,
Series s2
)
Parameters
- s1 Series
- First operand.
- s2 Series
- Second operand.
Return Value
SeriesThe sum of the two time series.
Implements
IAdditionOperatorsTSelf, TOther, TResultAddition(TSelf, TOther)
See Also