Vector<T>.Length Property

Gets the number of elements in the vector.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public int Length { get; protected set; }

Property Value

Int32
The number of elements in the Vector<T>.

Implements

IVector.Length

See Also