public int Dimension { get; }
Public ReadOnly Property Dimension As Integer
Get
public:
property int Dimension {
int get ();
}
member Dimension : int with get
If this instance represents a basis for a vector space having
dimension ,
then property Dimension returns
.