[]
        
(Showing Draft Content)

C1.Framework.Mathematics.Vector-1.Dimension

Dimension Property

Dimension

Gets or sets the dimension of the vector.

Declaration
public int Dimension { get; }
Property Value
Type Description
int

A int indicates the dimension of the vector.

Remarks

As soon as a Vector instance is created, it's dimension is fixed.