/

The Nematrian Function Library

Expression Evaluation Functions

[this page | pdf | back links]

The Nematrian function library includes a range of tools that provide ways of evaluating and querying its own in-built function library using expressions (which can e.g. contain nested calls to different function library components within a given input).

 

The web functions available include ones set out in the table below. To see a complete list of functions currently available in the Nematrian online toolkit please go to list of types of available functions or complete list of individual functions.

 


NAVIGATION LINKS
Contents | Prev | Next


Web functionShort description of function
MnConvertIntegerArrayToDoubleArrayReturns an array of Double variables from Integer variables
MnConvertIntegerToDoubleReturns a Double variable from an Integer variable
MnEvaluateEvaluates an expression
MnEvaluateExpressionsEvaluates a set of expressions ('all at once'), returning the results for selected expressions
MnEvaluateExpressionsMultiValuesEvaluates a set of expressions ('all at once') for multiple values of a given variable, returning the results for selected expressions
MnEvaluateExpressionsUsingEvaluates a set of expression for a given set of substituted variables, returning the results for selected expressions
MnEvaluateMultiValuesEvaluates an expression for multiple values of a given variable
MnEvaluateUsingEvaluates an expression for a given set of substituted variables
MnFunctionExampleParameterStringReturns an example parameter string for relevant (website) function
MnFunctionNumberOfParametersReturns the number of parameters that relevant (website) function has
MnFunctionOutputArrayDimensionReturns the number of dimensions of the output of relevant (website) function (if it has an array output)
MnFunctionOutputArrayTypeReturns A if output of relevant (website) function is an array, or S if it is a single value
MnFunctionOutputTypeReturns type of output of relevant (website) function (e.g. String, Double, Date, Boolean, Integer)
MnFunctionParameterArrayTypeReturns A if input type of relevant (website) function parameter is an array, otherwise S
MnFunctionParameterDescriptionReturns a short description of relevant (website) function parameter
MnFunctionParameterExampleReturns an example for relevant (website) function parameter
MnFunctionParameterNameReturns name of relevant (website) function parameter
MnFunctionParameterTypeReturns input type of relevant (website) function parameter (e.g. String, Double, Date, Boolean, Integer)

Desktop view | Switch to Mobile