CAD Constructor

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