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

Subtracts an element from another.

Overload List

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

Remarks

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

See Also