This API is preliminary and subject to change.
Gets or sets the index of labels for the vector.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public IIndex Index { get; set; }
Public Property Index As IIndex
Get
Set
public:
virtual property IIndex^ Index {
IIndex^ get () sealed;
void set (IIndex^ value) sealed;
}
abstract Index : IIndex with get, set
override Index : IIndex with get, set
Property Value
Type:
IIndexImplements
IVectorIndex
Reference