VOSC Constructor

VOSC normal constructor.
public VOSC( 
ISeries input
int length1
int length2 
)
This language is not supported or no code example is available.
public:  
VOSC( 
ISeries^ input
int length1
int length2 
)
This language is not supported or no code example is available.
public function VOSC( 
input : ISeries
length1 : int
length2 : int 
);
This language is not supported or no code example is available.

Parameters

input
ISeries

The input series.

length1
int

The length1.

length2
int

The length2.

In this article

Definition