Class EntityParameterDoubleValueUpdate
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 EntityParameterDoubleValueUpdate : EntityParameterUpdate
Properties
| Improve this Doc View SourceValue
Declaration
public double Value { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
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 |