MFI Constructor

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

Parameters

input
ISeries

The input series.

length
int

The length.

In this article

Definition