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


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

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function Multiply( _
   ByVal lhs As Element, _
   ByVal rhs As Element _
) As Element
Visual Basic (Usage)Copy Code
Dim lhs As Element
Dim rhs As Element
Dim value As Element
 
value = Element.Multiply(lhs, rhs)
C# 
public static Element Multiply( 
   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.