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+44e7797405725ef3cf24b3ff0eba94ce6c649601
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