IsParamArrayModeRequired Method

IsParamArrayModeRequired function

Indicates whether this engine needs the parameter to be calculated in array mode. Default value is false.If is required when calculating customfunctions and user has not updated the definition for them(by ),this property needs to be set as true.


func (instance *AbstractCalculationEngine) IsParamArrayModeRequired()  (bool,  error) 

Remarks

See Also