Number of parameters to be used for the next run() invocation. Applies only if the required number of parameters is variable (numberOfParameters = -1).

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

Syntax

C#
[NonSerializedAttribute]
protected int curNumberOfParameters
Visual Basic (Declaration)
<NonSerializedAttribute> _
Protected curNumberOfParameters As Integer
Visual C++
[NonSerializedAttribute]
protected:
int curNumberOfParameters

See Also