Click or drag to resize

ComplexMatrixIndexOf Method

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public int IndexOf(
	Complex item
)

Parameters

item
Type: System.NumericsComplex
The object to locate in the IListT.

Return Value

Type: Int32
The index of item if found in the list; otherwise, -1.

Implements

IListTIndexOf(T)
See Also