ComplexEigenpairCollectionItem Property
            Gets the eigenpair with the given index.
            
Namespace: Meta.Numerics.MatricesAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public ComplexEigenpair this[
	int index
] { get; }
Public ReadOnly Default Property Item ( 
	index As Integer
) As ComplexEigenpair
	Get
public:
virtual property ComplexEigenpair^ default[int index] {
	ComplexEigenpair^ get (int index) sealed;
}
abstract Item : ComplexEigenpair with get
override Item : ComplexEigenpair with get
- index  Int32
- The index.
ComplexEigenpairThe eignepair with the given index.
IReadOnlyListTItemInt32