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+670447af29d7e7e825b02ff7e655ef2dc84132d2
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