public ColumnVector Eigenvector { get; }Public ReadOnly Property Eigenvector As ColumnVector
Getpublic:
property ColumnVector^ Eigenvector {
ColumnVector^ get ();
}member Eigenvector : ColumnVector with getThe returned vector is read-only. If you need to make changes to it, you can call Copy to obtain a writable copy.