Vuo 2.4.4
Loading...
Searching...
No Matches
Macros | Enumerations | Functions
VuoRoundingMethod.h File Reference

Description

VuoRoundingMethod C type definition.

Definition in file VuoRoundingMethod.h.

Go to the source code of this file.

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_object * VuoRoundingMethod_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.
 
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.