Interface IExpressionValueProvider
Namespace: SpiceSharpParser.Parsers.Expression
Assembly: SpiceSharpParser.dll
Syntax
public interface IExpressionValueProvider
Methods
| Improve this Doc View SourceGetExpressionValue(String, EvaluationContext, Boolean)
Declaration
double GetExpressionValue(string expression, EvaluationContext context, bool throw = true)
Parameters
Type | Name | Description |
---|---|---|
System.String | expression | |
EvaluationContext | context | |
System.Boolean | throw |
Returns
Type | Description |
---|---|
System.Double |