Click or drag to resize

DoubleMatrixIListDoubleInsert Method

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
void IList<double>.Insert(
	int index,
	double item
)

Parameters

index
Type: SystemInt32
The zero-based index at which item should be inserted.
item
Type: SystemDouble
The object to insert into the IListT.

Implements

IListTInsert(Int32, T)
Exceptions
ExceptionCondition
NotSupportedExceptionAlways thrown.
See Also