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