public ColumnVector RightSingularVector { get; }Public ReadOnly Property RightSingularVector As ColumnVector
Getpublic:
property ColumnVector^ RightSingularVector {
ColumnVector^ get ();
}member RightSingularVector : 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.