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


lhs
Number subtracted from.
rhs
Series subtracted by.
Subtracts all element values from the left hand side number.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function Subtract( _
   ByVal lhs As Double, _
   ByVal rhs As Series _
) As Series
Visual Basic (Usage)Copy Code
Dim lhs As Double
Dim rhs As Series
Dim value As Series
 
value = Series.Subtract(lhs, rhs)
C# 
public static Series Subtract( 
   double lhs,
   Series rhs
)

Parameters

lhs
Number subtracted from.
rhs
Series subtracted by.

See Also

© 2010 All Rights Reserved.