Get the operator with a given name

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

Syntax

C#
public Operator GetOperatorsByName(
	string name
)
Visual Basic (Declaration)
Public Function GetOperatorsByName ( _
	name As String _
) As Operator
Visual C++
public:
Operator^ GetOperatorsByName(
	String^ name
)

Parameters

name
Type: System..::.String
unique name of operator

Return Value

the operator or null if not found

See Also