Vuo  0.5.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Typedefs | Functions

Description

A floating-point number.

Typedefs

typedef double VuoReal
 A floating-point number.
 

Functions

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_valueFromJson (struct json_object *js)
 Decodes the JSON object js, expected to contain a double, to create a new value.
 
VuoReal VuoReal_valueFromString (const char *str)
 Automatically generated function.
 
char * VuoReal_stringFromValue (const VuoReal value)
 Automatically generated function.
 

Typedef Documentation

typedef double VuoReal

A floating-point number.

Function Documentation

struct json_object * VuoReal_jsonFromValue ( const VuoReal  value)
read

Encodes value as a JSON object.

char* VuoReal_stringFromValue ( const VuoReal  value)

Automatically generated function.

char * VuoReal_summaryFromValue ( const VuoReal  value)

Returns a string representation of value (either decimal or scientific notation, whichever is shorter).

VuoReal VuoReal_valueFromJson ( struct json_object *  js)

Decodes the JSON object js, expected to contain a double, to create a new value.

VuoReal VuoReal_valueFromString ( const char *  str)

Automatically generated function.