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


Adds the values of two elements.

Overload List

OverloadDescription
Addition(Double,Element) Adds a value to all values of an element.  
Addition(Element,Double) Adds a value to all values of an element.  
Addition(Element,Element) Adds the values of two elements.  

Remarks

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

See Also