left op right
BinaryExpression
01 Syntax
Microsoft.VisualBasic.Math.Scripting.MathExpression.Impl.BinaryExpression
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| .ctor | 1 | construct a new binary expression of: left op right |
| Evaluate | 1 | |
| ToString | 1 | |
| Power | 1 | |
| GetVariableSymbols | 1 |
03 Properties
04 Members
construct a new binary expression of:
left op rightParameters
| Name | Type | Description |
|---|---|---|
left | Expression | - |
right | Expression | - |
op | String | the binary math operator |
left
right
operator
Evaluate(ExpressionEngine)
ToString()
Power(Expression,
Int32)GetVariableSymbols()