[]
        
(Showing Draft Content)

FarPoint.CalcEngine.FunctionInfo.IsContextSensitiveWhenHasArguments

IsContextSensitiveWhenHasArguments Method

IsContextSensitiveWhenHasArguments(int)

Determines whether the evaluation of the function is dependent on the context in which the evaluation occurs when being passed to a specified number of argument.

Declaration
public virtual bool IsContextSensitiveWhenHasArguments(int argCount)
Public Overridable Function IsContextSensitiveWhenHasArguments(argCount As Integer) As Boolean
Parameters
Type Name Description
int argCount

Number of passing argument

Returns
Type Description
bool