public SquareMatrix RMatrix { get; }
Public ReadOnly Property RMatrix As SquareMatrix
Get
public:
property SquareMatrix^ RMatrix {
SquareMatrix^ get ();
}
member RMatrix : SquareMatrix with get
The returned matrix is read-only. If you need to make changes to it, you can call Copy to obtain a writable copy.