ComponentOne ASP.NET MVC Controls
Multiplier Method

C1.Web.Mvc.Finance.Fluent Namespace > BollingerBandsBuilder<T> Class : Multiplier Method
The value.
Configurates C1.Web.Mvc.Finance.BollingerBands<T>.Multiplier. Sets the standard deviation multiplier.
Syntax
'Declaration
 
Public Function Multiplier( _
   ByVal value As Double _
) As BollingerBandsBuilder(Of T)
public BollingerBandsBuilder<T> Multiplier( 
   double value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

BollingerBandsBuilder<T> Class
BollingerBandsBuilder<T> Members