Class SingleParameter
A parameter that has a single value.
Inheritance
System.Object
SingleParameter
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)
Namespace: SpiceSharpParser.Models.Netlist.Spice.Objects.Parameters
Assembly: SpiceSharpParser.dll
Syntax
public abstract class SingleParameter : Parameter
Constructors
| Improve this Doc View SourceSingleParameter(String, SpiceLineInfo)
Declaration
protected SingleParameter(string value, SpiceLineInfo lineInfo)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | |
SpiceLineInfo | lineInfo |