JsonElement.GetDouble 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 Double 形式的目前 JSON 數字。
public:
double GetDouble();
public double GetDouble ();
member this.GetDouble : unit -> double
Public Function GetDouble () As Double
傳回
Double 形式的目前 JSON 數字。
例外狀況
此值不能以 Double 表示。
父 JsonDocument 已經過處置。
備註
這個方法不會剖析 JSON 字串值的內容。
在 .NET Core 上,這個方法會 Double.PositiveInfinity 針對大於 Double.MaxValue 的值傳回 ,而且會針對小於 Double.MinValue 的值傳回 Double.NegativeInfinity 。