Sets those symbols which can appear on the right hand side of implicit multiplication.
Namespace:
SingularSys.Jep.ConfigurableParser
Assembly:
Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
C# |
---|
public void SetImplicitMultiplicationSymbols(
params string[] symbols
) |
Visual Basic (Declaration) |
---|
Public Sub SetImplicitMultiplicationSymbols ( _
ParamArray symbols As String() _
) |
Visual C++ |
---|
public:
void SetImplicitMultiplicationSymbols(
... array<String^>^ symbols
) |
Parameters
- symbols
- Type: array<
System..::.String
>[]()[]
one or more string for the symbols.
See Also