Show / Hide Table of Contents

Interface IExpressionValueProvider

Namespace: SpiceSharpParser.Parsers.Expression
Assembly: SpiceSharpParser.dll
Syntax
public interface IExpressionValueProvider

Methods

| Improve this Doc View Source

GetExpressionValue(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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX