Creates a new PostfixMathCommand class.

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

Syntax

C#
public PostfixMathCommand(
	int nParam
)
Visual Basic (Declaration)
Public Sub New ( _
	nParam As Integer _
)
Visual C++
public:
PostfixMathCommand(
	int nParam
)

Parameters

nParam
Type: System..::.Int32
number of parameters for the function

See Also