public int Dimension { get; }
Public ReadOnly Property Dimension As Integer
Get
public:
property int Dimension {
int get ();
}
member Dimension : int with get
For a square matrix, the number of singular values is equal to the dimension of the matrix. For a rectangular matrix with more rows than columns, the number of singular values is equal to the number of columns.