Gets all the operators with a given symbol

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

Syntax

C#
public List<Operator> GetOperatorsBySymbol(
	string symbol
)
Visual Basic (Declaration)
Public Function GetOperatorsBySymbol ( _
	symbol As String _
) As List(Of Operator)
Visual C++
public:
List<Operator^>^ GetOperatorsBySymbol(
	String^ symbol
)

Parameters

symbol
Type: System..::.String
symbol used for operator

Return Value

List of operators with a given symbol, empty list if none are found.

See Also