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



Multiplies two elements.

Overload List

OverloadDescription
Multiply(Element,Element) Multiplies two elements.  
Multiply(Element,Double) Multiplies an element by a specified numeric value.  
Multiply(Double,Element) Multiplies an element by a specified numeric value.  

Remarks

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

See Also