Show / Hide Table of Contents

Interface IStateful<S>

Contract for a class that uses an ISimulationState.

Inherited Members
IStateful.GetState<S>()
IStateful.TryGetState<S>(out S)
IStateful.UsesState<S>()
IStateful.States
Namespace: SpiceSharp.Simulations
Assembly: SpiceSharp.dll
Syntax
public interface IStateful<out S> : IStateful where S : ISimulationState
Type Parameters
Name Description
S

The type of simulation state.

Properties

State

Gets the state.

Declaration
S State { get; }
Property Value
Type Description
S

The state.

Extension Methods

Utility.ThrowIfNull<T>(T, string)
In this article
Back to top Generated by DocFX