Interface ITruncatable
This interface indicates that the class is capable of truncating a timestep in some way.
Namespace: SpiceSharp.Simulations.IntegrationMethods
Assembly: SpiceSharp.dll
Syntax
public interface ITruncatable
Methods
Truncate()
Truncates the current timestep.
Declaration
double Truncate()
Returns
Type | Description |
---|---|
double | The maximum timestep allowed by this instance. |