RealEigenpairCollectionItem 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 RealEigenpair this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As RealEigenpair
Get
public:
virtual property RealEigenpair^ default[int index] {
RealEigenpair^ get (int index) sealed;
}
abstract Item : RealEigenpair with get
override Item : RealEigenpair with get
Parameters
- index
- Type: SystemInt32
The (zero-based) index.
Return Value
Type:
RealEigenpairThe eigenpair with the given index.
Implements
IReadOnlyListTItemInt32See Also