SparseVectorData.Indices Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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