Show / Hide Table of Contents

Class GeometricProgression

A geometric progression.

Inheritance
object
ParameterSet
GeometricProgression
DecadeSweep
OctaveSweep
Implements
IParameterSet
IEnumerable<double>
IEnumerable
Inherited Members
ParameterSet.SetParameter<P>(string, P)
ParameterSet.TrySetParameter<P>(string, P)
ParameterSet.GetProperty<P>(string)
ParameterSet.TryGetProperty<P>(string, out P)
ParameterSet.CreateParameterSetter<P>(string)
ParameterSet.CreatePropertyGetter<P>(string)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SpiceSharp.Simulations.Sweeps
Assembly: SpiceSharp.dll
Syntax
public abstract class GeometricProgression : ParameterSet, IParameterSet, IEnumerable<double>, IEnumerable

Properties

A

Gets the Initial factor A.

Declaration
protected abstract double A { get; }
Property Value
Type Description
double

N

Gets the number of steps.

Declaration
protected abstract int N { get; }
Property Value
Type Description
int

R

Gets the progression factor R.

Declaration
protected abstract double R { get; }
Property Value
Type Description
double

Methods

GetEnumerator()

Returns an enumerator that iterates through the collection.

Declaration
public IEnumerator<double> GetEnumerator()
Returns
Type Description
IEnumerator<double>

An enumerator that can be used to iterate through the collection.

Implements

IParameterSet
IEnumerable<T>
IEnumerable

Extension Methods

Documentation.ParameterValues<T>(IParameterSet, bool)
Documentation.Parameters(IParameterSet)
Utility.ThrowIfNull<T>(T, string)
Utility.ThrowIfEmpty<T>(IEnumerable<T>, string)
In this article
Back to top Generated by DocFX