public int Dimension { get; }Public ReadOnly Property Dimension As Integer
Getpublic:
property int Dimension {
int get ();
}member Dimension : int with getFor 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.