JsonValue Conversion (JsonValue to NullableDouble)
Namespace: KGySoft.JsonAssembly: KGySoft.Json (in KGySoft.Json.dll) Version: 3.0.0
public static explicit operator double? (
JsonValue value
)
Public Shared Narrowing Operator CType (
value As JsonValue
) As Double?
static explicit operator Nullable<double> (
JsonValue value
)
F# does not support the declaration of new casting operators.
- value JsonValue
- The value to be converted to a double.
NullableDouble
A
double instance that represents the original value.