Sets the number of current number of parameters used in the next call of run(). This method is only called when the reqNumberOfParameters is -1.

Namespace:  SingularSys.Jep.Functions
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

C#
public void SetCurNumberOfParameters(
	int n
)
Visual Basic (Declaration)
Public Sub SetCurNumberOfParameters ( _
	n As Integer _
)
Visual C++
public:
virtual void SetCurNumberOfParameters(
	int n
) sealed

Parameters

n
Type: System..::.Int32

Implements

IPostfixMathCommand..::.SetCurNumberOfParameters(Int32)

See Also