Method EvalCore
| Improve this Doc View SourceEvalCore(T, T)
Evaluates the expression against two operand values.
Declaration
protected abstract TResult EvalCore(T x, T y)
Parameters
Type | Name | Description |
---|---|---|
T | x | The left operand value. |
T | y | The right operand value. |
Returns
Type | Description |
---|---|
TResult | The result. |