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
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

C#
void SetCurNumberOfParameters(
	int n
)
Visual Basic (Declaration)
Sub SetCurNumberOfParameters ( _
	n As Integer _
)
Visual C++
void SetCurNumberOfParameters(
	int n
)

Parameters

n
Type: System..::.Int32

See Also