AnyVectorDimension Property |
Gets the dimension of the vector.
Namespace:
Meta.Numerics.Matrices
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public virtual int Dimension { get; }
Public Overridable ReadOnly Property Dimension As Integer
Get
public:
virtual property int Dimension {
int get ();
}
abstract Dimension : int with get
override Dimension : int with get
Property Value
Type:
Int32See Also