SeriesSubtraction(Series, Series) Operator
Creates a new series by subtracting values from the operands.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+44e7797405725ef3cf24b3ff0eba94ce6c649601
public static Series operator -(
Series s1,
Series s2
)
- s1 Series
- First operand.
- s2 Series
- Second operand.
SeriesThe difference between the two time series.
ISubtractionOperatorsTSelf, TOther, TResultSubtraction(TSelf, TOther)