Show / Hide Table of Contents

Class ListSweep

Inheritance
System.Object
ListSweep
Implements
System.Collections.Generic.IEnumerable<System.Double>
System.Collections.IEnumerable
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)
System.Object.ToString()
Namespace: SpiceSharpParser.ModelReaders.Netlist.Spice.Context.Sweeps
Assembly: SpiceSharpParser.dll
Syntax
public class ListSweep : IEnumerable<double>, IEnumerable

Constructors

| Improve this Doc View Source

ListSweep(IEnumerable<Double>)

Declaration
public ListSweep(IEnumerable<double> points)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<System.Double> points

Methods

| Improve this Doc View Source

GetEnumerator()

Declaration
public IEnumerator<double> GetEnumerator()
Returns
Type Description
System.Collections.Generic.IEnumerator<System.Double>

Explicit Interface Implementations

| Improve this Doc View Source

IEnumerable.GetEnumerator()

Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Type Description
System.Collections.IEnumerator

Implements

System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX