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