Show / Hide Table of Contents

Class EntityParameterExpressionValueUpdate

Inheritance
System.Object
EntityParameterUpdate
EntityParameterExpressionValueUpdate
Inherited Members
EntityParameterUpdate.ParameterName
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.ModelReaders.Netlist.Spice.Context.Updates
Assembly: SpiceSharpParser.dll
Syntax
public class EntityParameterExpressionValueUpdate : EntityParameterUpdate

Properties

| Improve this Doc View Source

Expression

Declaration
public Expression Expression { get; set; }
Property Value
Type Description
Expression

Methods

| Improve this Doc View Source

GetValue(EvaluationContext)

Declaration
public override double GetValue(EvaluationContext context)
Parameters
Type Name Description
EvaluationContext context
Returns
Type Description
System.Double
Overrides
EntityParameterUpdate.GetValue(EvaluationContext)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX