Show / Hide Table of Contents

Class Biasing.IterationSimulationState

An IIterationSimulationState that allows concurrent access.

Inheritance
object
Biasing.IterationSimulationState
Implements
IIterationSimulationState
ISimulationState
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SpiceSharp.Components.ParallelComponents
Assembly: SpiceSharp.dll
Syntax
protected class Biasing.IterationSimulationState : IIterationSimulationState, ISimulationState

Constructors

IterationSimulationState(IIterationSimulationState)

Initializes a new instance of the Biasing.IterationSimulationState class.

Declaration
public IterationSimulationState(IIterationSimulationState parent)
Parameters
Type Name Description
IIterationSimulationState parent

The parent.

Exceptions
Type Condition
ArgumentNullException

Thrown if parent is null.

Implements

IIterationSimulationState
ISimulationState

Extension Methods

Utility.ThrowIfNull<T>(T, string)

See Also

IIterationSimulationState
In this article
Back to top Generated by DocFX