dotnetCHARTING Send comments on this topic.
Subtraction(Series,Double) Operator
See Also 
dotnetCHARTING Namespace > Series Class > Subtraction Operator : Subtraction(Series,Double) Operator

lhs
Series subtracted from.
rhs
Number subtracted by.
Subtracts the number on the right hand side from the element values of the series on the left.

Syntax

Visual Basic (Declaration) 
Overloads Public Operator -( _
   ByVal lhs As Series, _
   ByVal rhs As Double _
) As Series
C# 
public Series operator -( 
   Series lhs,
   double rhs
)

Parameters

lhs
Series subtracted from.
rhs
Number subtracted by.

See Also

© 2021 All Rights Reserved.