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

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

Syntax

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

Parameters

lhs
A numeric value.
rhs
An element.

See Also

© 2010 All Rights Reserved.