Vuo  0.4
 All Classes Files Functions Variables Typedefs Enumerations Enumerator 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_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.