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


Divides an element by another.

Overload List

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

Remarks

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

See Also