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