Vuo  0.4.2
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
VuoReal.c File Reference

Description

VuoReal implementation.

Functions

VuoReal VuoReal_valueFromString (const char *initializer)
 Parses the C string initializer, expected to contain a decimal number, to create a new VuoReal.
 
char * VuoReal_stringFromValue (const VuoReal value)
 Serializes value as a C string.
 
char * VuoReal_summaryFromValue (const VuoReal value)
 Same as VuoReal_stringFromValue() — always shows the full value, since it's guaranteed to be pretty short.