JsonElement.GetDouble 方法

定义

获取当前 JSON 数字(Double 形式)。

public:
 double GetDouble();
public double GetDouble ();
member this.GetDouble : unit -> double
Public Function GetDouble () As Double

返回

当前 JSON 数字(Double 形式)。

例外

此值不能以 Double 形式表示。

注解

此方法不分析 JSON 字符串值的内容。

在 .NET Core 上,此方法为大于 的值返回 Double.PositiveInfinity ,对于小于 Double.MinValue的值,此方法返回 Double.NegativeInfinityDouble.MaxValue

适用于