Creates a new series by adding values from the operands.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+44e7797405725ef3cf24b3ff0eba94ce6c649601
Syntaxpublic static Series<T> operator +(
Series<T> s1,
Series<T> s2
)
Parameters
- s1 SeriesT
- First operand.
- s2 SeriesT
- Second operand.
Return Value
SeriesTA new series.
See Also