Share via


SparseVectorData.Indices Property

Definition

The indices of the sparse data.

[System.Text.Json.Serialization.JsonPropertyName("indices")]
public System.Collections.Generic.IEnumerable<long> Indices { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("indices")>]
member this.Indices : seq<int64> with get, set
Public Property Indices As IEnumerable(Of Long)

Property Value

The indices of the sparse data.

Attributes

Applies to