execute a binary expression
BinaryOperator
01 Syntax
SMRUCC.Rsharp.Runtime.Interop.Operator.BinaryOperator
02 Methods
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| operatorSymbol | 1 | the operator symbol text |
| left | 1 | the required type of left |
| right | 1 | the required type of right |
04 Fields
| Name | Overloads | Summary |
|---|---|---|
| operation | 1 | the operator evaluation. |
05 Members
主要是为了兼容R#语言的unit特性
Parameters
| Name | Type | Description |
|---|---|---|
left | Object | - |
right | Object | - |
env | Environment | - |
operatorSymbol
the operator symbol text
left
the required type of left
right
the required type of right
operation
the operator evaluation.
ToString()