Class ExpressionParameter
An expression parameter.
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 class ExpressionParameter : SingleParameter
Constructors
| Improve this Doc View SourceExpressionParameter(String, SpiceLineInfo)
Declaration
public ExpressionParameter(string expression, SpiceLineInfo lineInfo)
Parameters
Type | Name | Description |
---|---|---|
System.String | expression | |
SpiceLineInfo | lineInfo |
Methods
| Improve this Doc View SourceClone()
Clones the object.
Declaration
public override SpiceObject Clone()
Returns
Type | Description |
---|---|
SpiceObject | A clone of the object. |
Overrides
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |