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