Click or drag to resize
JsonValueImplicit Conversion (Nullable<Single> to JsonValue)
Performs an implicit conversion from nullable Single to JsonNumber.

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

Parameters

value
Type: System.Nullable<Single>
The value to convert.

Return Value

Type: JsonValue
The JsonNumber casted from the specified value.
See Also