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



Subtracts an element from another.

Overload List

OverloadDescription
Subtract(Element,Element) Subtracts an element from another.  
Subtract(Element,Double) Subtracts a value from all values of an element.  
Subtract(Double,Element) Subtracts all values of an element from specified value.  

Remarks

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

See Also