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


lhs
A numeric value.
rhs
An element.
Divider a number by an element.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function Divide( _
   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.Divide(lhs, rhs)
C# 
public static Element Divide( 
   double lhs,
   Element rhs
)

Parameters

lhs
A numeric value.
rhs
An element.

See Also

© 2010 All Rights Reserved.