Show / Hide Table of Contents

Class ExpressionEqualParameter

Inheritance
System.Object
SpiceObject
Parameter
ExpressionEqualParameter
Inherited Members
Parameter.Value
SpiceObject.LineInfo
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 Source

ExpressionEqualParameter(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 Source

Expression

Declaration
public string Expression { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Points

Declaration
public Points Points { get; }
Property Value
Type Description
Points

Methods

| Improve this Doc View Source

Clone()

Declaration
public override SpiceObject Clone()
Returns
Type Description
SpiceObject
Overrides
SpiceObject.Clone()
| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
Parameter.ToString()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX