JsonValue.CreateNumberValue(Double) 方法

定義

從數位 (Double) 建立JsonValue

public:
 static JsonValue ^ CreateNumberValue(double input);
 static JsonValue CreateNumberValue(double const& input);
public static JsonValue CreateNumberValue(double input);
function createNumberValue(input)
Public Shared Function CreateNumberValue (input As Double) As JsonValue

參數

input
Double

double

要儲存在 JsonValue中的 Number。

傳回

JsonValue

適用於