Vector<T>.Index Property

This API is preliminary and subject to change.
Gets or sets the index of labels for the vector.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public IIndex? Index { get; set; }

Property Value

IIndex

Implements

IVector.Index

See Also