StringBinaryExpression
01 Syntax
SMRUCC.Rsharp.Interpreter.ExecuteEngine.ExpressionSymbols.Operators.StringBinaryExpression
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| DoStringBinary | 1 | string binary operator |
03 Members
string binary operator
Remarks
the CLRVector.asCharacter() function will be called in this function automatic for processing the parameter a and b to string vector.
Type Parameters
| Name | Description |
|---|---|
Out |
Parameters
| Name | Type | Description |
|---|---|---|
a | Object | - |
b | Object | - |
op | op_evaluator | - |
env | Environment | helper for throw error message if the length of a and b is not equals to each other. |
Returns
this function returns a string array or error message