Vuo  0.5.6
 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_min (VuoReal *terms, unsigned long termsCount)
 Returns the minimum of an array of terms, or 0 if the array is empty.
 
VuoReal VuoReal_max (VuoReal *terms, unsigned long termsCount)
 Returns the maximum of an array of terms, or 0 if the array is empty.
 
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.

VuoReal VuoReal_max ( VuoReal terms,
unsigned long  termsCount 
)

Returns the maximum of an array of terms, or 0 if the array is empty.

VuoReal VuoReal_min ( VuoReal terms,
unsigned long  termsCount 
)

Returns the minimum of an array of terms, or 0 if the array is empty.

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.