nuget server logo nuget api documents
↑

API Docs / REnv / StringBinaryExpression

StringBinaryExpression

Full name SMRUCC.Rsharp.Interpreter.ExecuteEngine.ExpressionSymbols.Operators.StringBinaryExpression Assembly REnv Members 1

01 Syntax

SMRUCC.Rsharp.Interpreter.ExecuteEngine.ExpressionSymbols.Operators.StringBinaryExpression

02 Methods

NameOverloadsSummary
DoStringBinary 1 string binary operator

03 Members

method DoStringBinary #
DoStringBinary``1(Object, Object, op_evaluator, Environment)

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
NameDescription
Out
Parameters
NameTypeDescription
aObject

-

bObject

-

opop_evaluator

-

envEnvironment

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