Indexes.Precision プロパティ

定義

インデックスの有効桁数を取得または設定します。 -1 は最大有効桁数です。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象