Class VectorParameter
A vector 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 VectorParameter : Parameter
Constructors
| Improve this Doc View SourceVectorParameter()
Declaration
public VectorParameter()
VectorParameter(List<SingleParameter>)
Declaration
public VectorParameter(List<SingleParameter> elements)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<SingleParameter> | elements |
Properties
| Improve this Doc View SourceElements
Gets the elements of the vector.
Declaration
public List<SingleParameter> Elements { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<SingleParameter> |
LineInfo
Declaration
public override SpiceLineInfo LineInfo { get; }
Property Value
Type | Description |
---|---|
SpiceLineInfo |
Overrides
| Improve this Doc View SourceValue
Declaration
public override string Value { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
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()
Gets the string representation of the vector.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |