Json.NET - Quick Starts & API Documentation
Explicit Operator
NamespacesNewtonsoft.Json.LinqJTokenExplicit(JToken)
Performs an explicit conversion from JToken to Nullable<(Of <(T>)>).
Declaration Syntax
C#Visual BasicVisual C++
public static explicit operator Nullable<double> (
	JToken value
)
Public Shared Narrowing Operator CType ( _
	value As JToken _
) As Nullable(Of Double)
static explicit operator Nullable<double> (
	JToken^ value
)
Parameters
value (JToken)
The value.
Return Value
The result of the conversion.

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