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

lhs
An element.
rhs
An element.
Multiplies two elements.

Syntax

Visual Basic (Declaration) 
Overloads Public Operator *( _
   ByVal lhs As Element, _
   ByVal rhs As Element _
) As Element
C# 
public Element operator *( 
   Element lhs,
   Element rhs
)

Parameters

lhs
An element.
rhs
An element.

Remarks

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

See Also

© 2010 All Rights Reserved.