SeriesAddition(Series, Series) Operator

Creates a new series by adding values from the operands.

Definition

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+d1268756e036101f601080f153b3997e72fc912d
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