ComplexMatrixIListComplexInsert Method
Namespace: Novacta.AnalyticsAssembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
void IList<Complex>.Insert(
int index,
Complex item
)
Private Sub Insert (
index As Integer,
item As Complex
) Implements IList(Of Complex).Insert
private:
virtual void Insert(
int index,
Complex item
) sealed = IList<Complex>::Insert
private abstract Insert :
index : int *
item : Complex -> unit
private override Insert :
index : int *
item : Complex -> unit
- index Int32
- The zero-based index at which item should be inserted.
- item Complex
- The object to insert into
the IListT.
IListTInsert(Int32, T)