Click or drag to resize
JsonValue  Conversion (Single to JsonValue)
Performs an implicit conversion from Single to JsonNumber.

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

Parameters

value
Type: SystemSingle
The value to convert.

Return Value

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