D_Fast Constructor

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

Parameters

input
ISeries

The input series.

length
int

The length.

order
int

The order.

In this article

Definition