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


lhs
A value.
rhs
An element
Subtracts all values of an element from specified value.

Syntax

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

Parameters

lhs
A value.
rhs
An element

See Also

© 2010 All Rights Reserved.