ComplexEigenpairCollectionItem Property |
Gets the eigenpair with the given index.
Namespace:
Meta.Numerics.Matrices
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax 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
Parameters
- index
- Type: SystemInt32
The index.
Return Value
Type:
ComplexEigenpairThe eignepair with the given index.
Implements
IReadOnlyListTItemInt32See Also