Show / Hide Table of Contents

Interface IExpressionParserFactory

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

Methods

| Improve this Doc View Source

Create(EvaluationContext, Boolean, Boolean)

Declaration
ExpressionParser Create(EvaluationContext context, bool throwOnErrors = true, bool applyVoltage = false)
Parameters
Type Name Description
EvaluationContext context
System.Boolean throwOnErrors
System.Boolean applyVoltage
Returns
Type Description
ExpressionParser
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX