calculateContainerBlock & calculateMathAddOnBlock
calculateContainerBlock
Input Parameters:
inputSchema : source VC schema
inputFields : array of variables which would be taken from the source VC.
Variable
Definition
Example of Input
"inputFields": [
{
"name": "field0",
"title": "Summary",
"value": "E0"
},
]Output Parameters
outputSchema : output VC schema
outputFields : array of variables of output VC, which will be the field with the values from the variables.
Variable
Definition
Example of Input
calculateMathAddonBlock
equations : array of formulas.
Operator
Name
Syntax
Associativity
Example
Result
Example
Last updated