Class 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 class EntityParameterExpressionValueUpdate : EntityParameterUpdate
Properties
| Improve this Doc View SourceExpression
Declaration
public Expression Expression { get; set; }
Property Value
Type | Description |
---|---|
Expression |
Methods
| Improve this Doc View SourceGetValue(EvaluationContext)
Declaration
public override double GetValue(EvaluationContext context)
Parameters
Type | Name | Description |
---|---|---|
EvaluationContext | context |
Returns
Type | Description |
---|---|
System.Double |