Sets one or more components for this Jep instance. Each component can be one of the following:
  • NumberFactory
  • VariableFactory
  • NodeFactory
  • VariableTable
  • FunctionTable
  • OperatorTable
  • Parser
  • Evaluator

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

Syntax

C#
public void SetComponents(
	IJepComponent[] components
)
Visual Basic (Declaration)
Public Sub SetComponents ( _
	components As IJepComponent() _
)
Visual C++
public:
void SetComponents(
	array<IJepComponent^>^ components
)

Parameters

components
Type: array< SingularSys.Jep..::.IJepComponent >[]()[]
An array of components to be set.

See Also