Show / Hide Table of Contents

Class EntityParameterUpdate

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

Properties

| Improve this Doc View Source

ParameterName

Declaration
public string ParameterName { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

GetValue(EvaluationContext)

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