Share via


Indexes.Precision Property

Definition

Gets or sets the precision of the index. -1 is maximum precision.

[Newtonsoft.Json.JsonProperty(PropertyName="precision")]
public int? Precision { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="precision")>]
member this.Precision : Nullable<int> with get, set
Public Property Precision As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to