Show / Hide Table of Contents

Class ExpressionValueProvider

Inheritance
System.Object
ExpressionValueProvider
Implements
IExpressionValueProvider
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 Source

ExpressionValueProvider(IExpressionParserFactory)

Declaration
public ExpressionValueProvider(IExpressionParserFactory parserFactory)
Parameters
Type Name Description
IExpressionParserFactory parserFactory

Methods

| Improve this Doc View Source

GetExpressionValue(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

Implements

IExpressionValueProvider
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX