Represents an expression that can be evaluated for a variable x.
Expression
01 Syntax
Microsoft.VisualBasic.Math.Symbolic.GeneticProgramming.model.Expression
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| eval | 1 | |
| toStringExpression | 1 | |
| duplicate | 1 |
03 Properties
04 Members
eval(
Double)Parameters
| Name | Type | Description |
|---|---|---|
x | Double | double variable x |
Returns
result of the expression for x
toStringExpression
Returns
string representation of the expression
duplicate
Returns
exact duplicate of the expression
Terminal
Returns
true IFF the expression is a terminal
Depth
Returns
depth of the expression tree