Share via


SparseVectorData.Values Property

Definition

The corresponding values of the sparse data, which must be the same length as the indices.

[System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.SemanticKernel.Text.ReadOnlyMemoryConverter))]
[System.Text.Json.Serialization.JsonPropertyName("values")]
public ReadOnlyMemory<float> Values { get; set; }
[<System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.SemanticKernel.Text.ReadOnlyMemoryConverter))>]
[<System.Text.Json.Serialization.JsonPropertyName("values")>]
member this.Values : ReadOnlyMemory<single> with get, set
Public Property Values As ReadOnlyMemory(Of Single)

Property Value

The corresponding values of the sparse data, which must be the same length as the indices.

Attributes

Applies to