WAD.Value Method

Calculate WAD for the specific instance of ISeries, index.
public static double Value( 
ISeries input
int index 
)
This language is not supported or no code example is available.
public:  
static double Value( 
ISeries^ input
int index 
)
This language is not supported or no code example is available.
public static function Value( 
input : ISeries
index : int 
) : double;
This language is not supported or no code example is available.

Parameters

input
ISeries

The input series.

index
int

The index.

Return Value

double

System.Double.

In this article

Definition