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


Divides an element by another.

Overload List

OverloadDescription
Division(Double,Element) Divider a number by an element.  
Division(Element,Double) Divides an element by a number.  
Division(Element,Element) Divides an element by another.  

Remarks

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

See Also