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

lhs
An element.
rhs
An element.
Divides an element by another.

Syntax

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

Parameters

lhs
An element.
rhs
An element.

Remarks

All properties of lsh are copied to the resulting element, then rhs properties are trickled to the resulting element.

See Also

© 2010 All Rights Reserved.