K_Slow Constructor

K_Slow normal constructor.
public K_Slow( 
ISeries input
int length
int order 
)
This language is not supported or no code example is available.
public:  
K_Slow( 
ISeries^ input
int length
int order 
)
This language is not supported or no code example is available.
public function K_Slow( 
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