Vuo  2.3.2
Functions
VuoNumberFormat.c File Reference

Description

VuoNumberFormat implementation.

Definition in file VuoNumberFormat.c.

Go to the source code of this file.

Functions

VuoNumberFormat VuoNumberFormat_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
json_objectVuoNumberFormat_getJson (const VuoNumberFormat value)
 Encodes value as a JSON object. More...
 
VuoText VuoNumberFormat_format (VuoReal value, VuoNumberFormat format, VuoInteger minimumIntegerDigits, VuoInteger minimumDecimalPlaces, VuoInteger decimalPlaces, bool showThousandSeparator)
 Returns a new VuoText string from the formatted number value. More...
 
VuoList_VuoNumberFormat VuoNumberFormat_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoNumberFormat_getSummary (const VuoNumberFormat value)
 Returns a compact string representation of value. More...
 
bool VuoNumberFormat_areEqual (const VuoNumberFormat valueA, const VuoNumberFormat valueB)
 Returns true if the two values are equal. More...
 
bool VuoNumberFormat_isLessThan (const VuoNumberFormat valueA, const VuoNumberFormat valueB)
 Returns true if valueA is less than valueB. More...