Class ExpressionEqualParameter
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 ExpressionEqualParameter : Parameter
Constructors
| Improve this Doc View SourceExpressionEqualParameter(String, Points, SpiceLineInfo)
Declaration
public ExpressionEqualParameter(string expression, Points points, SpiceLineInfo lineInfo)
Parameters
Type | Name | Description |
---|---|---|
System.String | expression | |
Points | points | |
SpiceLineInfo | lineInfo |
Properties
| Improve this Doc View SourceExpression
Declaration
public string Expression { get; }
Property Value
Type | Description |
---|---|
System.String |
Points
Declaration
public Points Points { get; }
Property Value
Type | Description |
---|---|
Points |
Methods
| Improve this Doc View SourceClone()
Declaration
public override SpiceObject Clone()
Returns
Type | Description |
---|---|
SpiceObject |
Overrides
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |