Vuo  1.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Macros | Enumerations | Functions
VuoRoundingMethod

Description

How to round a number.

Enumerations

enum  VuoRoundingMethod { VuoRoundingMethod_Nearest, VuoRoundingMethod_Down, VuoRoundingMethod_Up }
 How to round a number. More...
 

Functions

VuoRoundingMethod VuoRoundingMethod_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value.
 
struct json_objectVuoRoundingMethod_getJson (const VuoRoundingMethod value)
 Encodes value as a JSON object.
 
VuoList_VuoRoundingMethod VuoRoundingMethod_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoRoundingMethod_getSummary (const VuoRoundingMethod value)
 Returns a compact string representation of value.
 
bool VuoRoundingMethod_areEqual (const VuoRoundingMethod valueA, const VuoRoundingMethod valueB)
 Returns true if the two values are equal.
 
bool VuoRoundingMethod_isLessThan (const VuoRoundingMethod valueA, const VuoRoundingMethod valueB)
 Returns true if valueA is less than valueB.
 
VuoRoundingMethod VuoRoundingMethod_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoRoundingMethod_getString (const VuoRoundingMethod value)
 Automatically generated function.
 
void VuoRoundingMethod_retain (VuoRoundingMethod value)
 Automatically generated function.
 
void VuoRoundingMethod_release (VuoRoundingMethod value)
 Automatically generated function.
 

Enumeration Type Documentation

How to round a number.

Function Documentation

bool VuoRoundingMethod_areEqual ( const VuoRoundingMethod  valueA,
const VuoRoundingMethod  valueB 
)

Returns true if the two values are equal.

VuoList_VuoRoundingMethod VuoRoundingMethod_getAllowedValues ( void  )

Returns a list of values that instances of this type can have.

struct json_object* VuoRoundingMethod_getJson ( const VuoRoundingMethod  value)
read

Encodes value as a JSON object.

char* VuoRoundingMethod_getString ( const VuoRoundingMethod  value)

Automatically generated function.

char* VuoRoundingMethod_getSummary ( const VuoRoundingMethod  value)

Returns a compact string representation of value.

bool VuoRoundingMethod_isLessThan ( const VuoRoundingMethod  valueA,
const VuoRoundingMethod  valueB 
)

Returns true if valueA is less than valueB.

VuoRoundingMethod VuoRoundingMethod_makeFromJson ( json_object js)

Decodes the JSON object js to create a new value.

Example:
"down"
VuoRoundingMethod VuoRoundingMethod_makeFromString ( const char *  str)

Automatically generated function.

void VuoRoundingMethod_release ( VuoRoundingMethod  value)

Automatically generated function.

void VuoRoundingMethod_retain ( VuoRoundingMethod  value)

Automatically generated function.