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

Description

VuoNumberFormat C type definition.

Definition in file VuoNumberFormat.h.

Go to the source code of this file.

Enumerations

enum  VuoNumberFormat { VuoNumberFormat_Decimal , VuoNumberFormat_Percentage , VuoNumberFormat_Currency }
 How to convert a number into text. More...
 

Functions

VuoNumberFormat VuoNumberFormat_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value.
 
struct json_object * VuoNumberFormat_getJson (const VuoNumberFormat value)
 Encodes value as a JSON object.
 
VuoList_VuoNumberFormat VuoNumberFormat_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoNumberFormat_getSummary (const VuoNumberFormat value)
 Returns a compact string representation of value.
 
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.
 
bool VuoNumberFormat_areEqual (const VuoNumberFormat valueA, const VuoNumberFormat valueB)
 Returns true if the two values are equal.
 
bool VuoNumberFormat_isLessThan (const VuoNumberFormat valueA, const VuoNumberFormat valueB)
 Returns true if valueA is less than valueB.
 
char * VuoNumberFormat_getString (const VuoNumberFormat value)
 Automatically generated function.
 
void VuoNumberFormat_retain (VuoNumberFormat value)
 Automatically generated function.
 
void VuoNumberFormat_release (VuoNumberFormat value)
 Automatically generated function.