Search
JsonValue.fromDouble Method
See Also
 






Converts a double to JsonValue.

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

public static JsonValue fromDouble (
    double value
)

 Parameters

value

A double value

 Return Value

A JsonValue

 See Also