Class ExpressionValueProvider
Inheritance
System.Object
ExpressionValueProvider
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SpiceSharpParser.Parsers.Expression
Assembly: SpiceSharpParser.dll
Syntax
public class ExpressionValueProvider : IExpressionValueProvider
Constructors
| Improve this Doc View SourceExpressionValueProvider(IExpressionParserFactory)
Declaration
public ExpressionValueProvider(IExpressionParserFactory parserFactory)
Parameters
Type | Name | Description |
---|---|---|
IExpressionParserFactory | parserFactory |
Methods
| Improve this Doc View SourceGetExpressionValue(String, EvaluationContext, Boolean)
Declaration
public 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 |