Json.NET - Quick Starts & API Documentation
JValue Constructor (value)
NamespacesNewtonsoft.Json.LinqJValueJValue(Double)
Initializes a new instance of the JValue class with the given value.
Declaration Syntax
C#Visual BasicVisual C++
public JValue(
	double value
)
Public Sub New ( _
	value As Double _
)
public:
JValue(
	double value
)
Parameters
value (Double)
The value.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 3.5.0.0 (3.5.0.0)