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


Multiplies two elements.

Overload List

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

Remarks

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

See Also