D_Slow.Value Method

Calculate D_Slow for the specific instance of ISeries, index, length, order1 and order2.
public static double Value( 
ISeries input
int index
int length
int order1
int order2 
)
This language is not supported or no code example is available.
public:  
static double Value( 
ISeries^ input
int index
int length
int order1
int order2 
)
This language is not supported or no code example is available.
public static function Value( 
input : ISeries
index : int
length : int
order1 : int
order2 : int 
) : 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.

order1
int

The order1.

order2
int

The order2.

Return Value

double

System.Double.

In this article

Definition