Vuo  2.3.2
Functions
VuoMathExpressionList.c File Reference

Description

VuoMathExpressionList implementation.

Definition in file VuoMathExpressionList.c.

Go to the source code of this file.

Functions

VuoMathExpressionList VuoMathExpressionList_make (VuoList_VuoText expressions)
 Creates a VuoMathExpressionList with the given math expressions. More...
 
VuoMathExpressionList VuoMathExpressionList_makeFromJson (json_object *js)
 Decodes the JSON object to create a new value. More...
 
json_objectVuoMathExpressionList_getJson (const VuoMathExpressionList me)
 Encodes the value as a JSON object. More...
 
char * VuoMathExpressionList_getSummary (const VuoMathExpressionList me)
 Returns a string representation of the value. More...
 
VuoDictionary_VuoText_VuoReal VuoMathExpressionList_calculate (const VuoMathExpressionList expressionList, const VuoDictionary_VuoText_VuoReal variablesAndValues)
 Returns the output variables and values that result from evaluating the math expressions with the given input variables and values. More...