Click or drag to resize
JsonDynamic  Conversion (NullableDouble to JsonDynamic)
Performs an implicit conversion from nullable Double to JsonDynamic.

Namespace: Dextronet.Jsonie
Assembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax
public static implicit operator JsonDynamic (
	Nullable<double> value
)

Parameters

value
Type: SystemNullableDouble
The value to convert.

Return Value

Type: JsonDynamic
The JsonDynamic casted from the specified value.
See Also