ComponentOne ASP.NET MVC Controls
DPeriod Method

C1.Web.Mvc.Finance.Fluent Namespace > StochasticBuilder<T> Class : DPeriod Method
The value.
Configurates C1.Web.Mvc.Finance.Stochastic<T>.DPeriod. Sets the period for the %D simple moving average.
Syntax
'Declaration
 
Public Function DPeriod( _
   ByVal value As Double _
) As StochasticBuilder(Of T)
public StochasticBuilder<T> DPeriod( 
   double value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

StochasticBuilder<T> Class
StochasticBuilder<T> Members