Must have one or more parameter

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

Syntax

C#
public override bool CheckNumberOfParameters(
	int n
)
Visual Basic (Declaration)
Public Overrides Function CheckNumberOfParameters ( _
	n As Integer _
) As Boolean
Visual C++
public:
virtual bool CheckNumberOfParameters(
	int n
) override

Parameters

n
Type: System..::.Int32

Return Value

Implements

IPostfixMathCommand..::.CheckNumberOfParameters(Int32)

See Also