Interface IStateful<S>
Contract for a class that uses an ISimulationState.
Inherited Members
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. |