Click or drag to resize

SeriesAddition(Series, Series) Operator

Creates a new series by adding values from the operands.

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+670447af29d7e7e825b02ff7e655ef2dc84132d2
Syntax
C#
public static Series operator +(
	Series s1,
	Series s2
)

Parameters

s1  Series
First operand.
s2  Series
Second operand.

Return Value

Series
The sum of the two time series.

Implements

IAdditionOperatorsTSelf, TOther, TResultAddition(TSelf, TOther)
See Also