Method EvalCore
| Improve this Doc View SourceEvalCore(T)
Evaluates against the given value.
Declaration
protected abstract T EvalCore(T x)
Parameters
| Type | Name | Description |
|---|---|---|
| T | x | The given value. |
Returns
| Type | Description |
|---|---|
| T | The result. |
Evaluates against the given value.
protected abstract T EvalCore(T x)
| Type | Name | Description |
|---|---|---|
| T | x | The given value. |
| Type | Description |
|---|---|
| T | The result. |