Number of parameters a the function requires. Initialize this value to -1 if any number of parameters should be allowed.

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

Syntax

C#
protected int numberOfParameters
Visual Basic (Declaration)
Protected numberOfParameters As Integer
Visual C++
protected:
int numberOfParameters

See Also