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

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

Syntax

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

Parameters

lhs
A numeric value.
rhs
An element.

See Also

© 2010 All Rights Reserved.