Vector<T>.Length Property

Gets the number of elements in the vector.

Definition

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

Property Value

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

Implements

IVector.Length

See Also