Property | Type | Description | |
---|---|---|---|
undefinedVariablePolicy | UndefinedVariablePolicy |
Method | Description | |
---|---|---|
AddCustomFunction ( string name, double>.System |
||
AddCustomFunction ( string name, int paramCount, double>.System |
||
AddCustomFunction ( string name, int paramCount, double>.System | ||
ClearGlobalVariables ( ) : void | ||
EvaluateExpression ( string formula ) : double | ||
ExpressionSolver ( ) : System.Collections | ||
GetGlobalVariable ( string name ) : Variable | ||
GetSymbolValue ( Symbol s ) : double | ||
RemoveCustomFunction ( string name ) : void | ||
RemoveGlobalVariable ( string name ) : bool | ||
SetGlobalVariable ( string name, double value ) : Variable | ||
SetGlobalVariable ( string name, string value ) : Variable | ||
SymbolicateExpression ( string formula, string localVariable ) : Expression |
Method | Description | |
---|---|---|
ParseSymbols ( SymbolList syms ) : double | ||
Symbolicate ( string formula, int begin, int end, Expression exp ) : Symbol | ||
SymbolicateMonome ( string formula, int begin, int end, Expression exp ) : Symbol | ||
SymbolicateValue ( string formula, int begin, int end, Expression exp ) : Symbol |
public AddCustomFunction ( string name, double>.System |
||
name | string | |
func | double>.System | |
enableSymbolicationTimeEvaluation | bool | |
return | void |
public AddCustomFunction ( string name, int paramCount, double>.System |
||
name | string | |
paramCount | int | |
func | double>.System | |
enableSymbolicationTimeEvaluation | bool | |
return | void |
public AddCustomFunction ( string name, int paramCount, double>.System | ||
name | string | |
paramCount | int | |
func | double>.System | |
enableSymbolicationTimeEvaluation | bool | |
return | void |
public EvaluateExpression ( string formula ) : double | ||
formula | string | |
return | double |
public ExpressionSolver ( ) : System.Collections | ||
return | System.Collections |
public GetGlobalVariable ( string name ) : Variable | ||
name | string | |
return | Variable |
public static GetSymbolValue ( Symbol s ) : double | ||
s | Symbol | |
return | double |
public RemoveCustomFunction ( string name ) : void | ||
name | string | |
return | void |
public RemoveGlobalVariable ( string name ) : bool | ||
name | string | |
return | bool |
public SetGlobalVariable ( string name, double value ) : Variable | ||
name | string | |
value | double | |
return | Variable |
public SetGlobalVariable ( string name, string value ) : Variable | ||
name | string | |
value | string | |
return | Variable |
public SymbolicateExpression ( string formula, string localVariable ) : Expression | ||
formula | string | |
localVariable | string | |
return | Expression |