Vuo  0.4.9
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Typedefs | Functions
VuoReal.h File Reference

Description

VuoReal C type definition.

Typedefs

typedef double VuoReal
 A floating-point number.
 

Functions

VuoReal VuoReal_valueFromJson (struct json_object *js)
 Decodes the JSON object js, expected to contain a double, to create a new value.
 
json_object * VuoReal_jsonFromValue (const VuoReal value)
 Encodes value as a JSON object.
 
char * VuoReal_summaryFromValue (const VuoReal value)
 Returns a string representation of value (either decimal or scientific notation, whichever is shorter).
 
VuoReal VuoReal_valueFromString (const char *str)
 Automatically generated function.
 
char * VuoReal_stringFromValue (const VuoReal value)
 Automatically generated function.