A lambda expression that consist with the LambdaExpression.parameters and LambdaExpression.lambda body.
example as: f(x) = x ^ 2
A lambda expression that consist with the LambdaExpression.parameters and LambdaExpression.lambda body.
example as: f(x) = x ^ 2
01 Syntax
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| FromMathML | 1 | lambda expression parsed from the given xml text |
| ToString | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| parameters | 1 | |
| lambda | 1 |
04 Members
String)lambda expression parsed from the given xml text
| Name | Type | Description |
|---|---|---|
xmlText | String | - |