Json.NET - Quick Starts & API Documentation
JValue Constructor (value)
Namespaces
►
Newtonsoft.Json.Linq
►
JValue
►
JValue(Double)
C#
Visual Basic
Visual C++
Initializes a new instance of the
JValue
class with the given value.
Declaration Syntax
C#
Visual Basic
Visual 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)