D_Slow Constructor

D_Slow normal constructor.
public D_Slow( 
ISeries input
int length
int order1
int order2 
)
This language is not supported or no code example is available.
public:  
D_Slow( 
ISeries^ input
int length
int order1
int order2 
)
This language is not supported or no code example is available.
public function D_Slow( 
input : ISeries
length : int
order1 : int
order2 : int 
);
This language is not supported or no code example is available.

Parameters

input
ISeries

The input series.

length
int

The length.

order1
int

The order1.

order2
int

The order2.

In this article

Definition