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


lhs
Series multiplied by.
rhs
Series multiplied by.
Multiplies a series by a value.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function Multiply( _
   ByVal lhs As Series, _
   ByVal rhs As Double _
) As Series
Visual Basic (Usage)Copy Code
Dim lhs As Series
Dim rhs As Double
Dim value As Series
 
value = Series.Multiply(lhs, rhs)
C# 
public static Series Multiply( 
   Series lhs,
   double rhs
)

Parameters

lhs
Series multiplied by.
rhs
Series multiplied by.

See Also

© 2010 All Rights Reserved.