SeriesUnaryNegation Operator |
Negates values from a series.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+670447af29d7e7e825b02ff7e655ef2dc84132d2
Syntaxpublic static Series operator -(
Series s
)
Parameters
- s Series
- The series operand.
Return Value
SeriesPointwise negation.
Implements
IUnaryNegationOperatorsTSelf, TResultUnaryNegation(TSelf)
See Also