Click or drag to resize

ComplexMatrixIListComplexInsert Method

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

Parameters

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

Implements

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