This is an old revision of the document!


public Class getTypeClass (String functionName, Collection parameters) 

This method must return the class of the object that is returned when the function is calculated – see calculate method.

Parameters

functionNamethe name of the function in the library the return type of which is required
parametersthe parameters of the function specified as a collection of the IArithmeticNode objects.

Returns

The class of the object that is returned by the calculate method for the specified function.

  • Last modified: 2023/05/03 01:34