SeriesSubtraction(Series, Series) Operator

Creates a new series by subtracting 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 difference between the two time series.

Implements

ISubtractionOperatorsTSelf, TOther, TResultSubtraction(TSelf, TOther)

See Also