Version

Evaluate Method (ExcelCalcFunction)

Evaluates the function against the arguments on the number stack.
Syntax
protected abstract ExcelCalcValue Evaluate( 
   ExcelCalcNumberStack numberStack,
   int argumentCount
)

Parameters

numberStack
Formula number stack containing function arguments.
argumentCount
Denotes the number of function arguments pushed onto the number stack.

Return Value

An ExcelCalcValue that represents the result of the function evaluation.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also