PDI.Value Method

Calculate PDI at the specified instance of ISeries, index, length and style.
public static double Value( 
ISeries input
int index
int length
IndicatorStyle style = IndicatorStyle.Old 
)
This language is not supported or no code example is available.
public:  
static double Value( 
ISeries^ input
int index
int length
IndicatorStyle style 
)
This language is not supported or no code example is available.
public static function Value( 
input : ISeries
index : int
length : int
style : IndicatorStyle 
) : double;
This language is not supported or no code example is available.

Parameters

input
ISeries

The input series.

index
int

The index.

length
int

The length.

style
IndicatorStyle

The style of PDI (Old or New style).

Return Value

double

System.Double.

In this article

Definition