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

lhs
An element.
rhs
A numeric value.
Multiplies an element by a specified numeric value.

Syntax

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

Parameters

lhs
An element.
rhs
A numeric value.

See Also

© 2010 All Rights Reserved.