Show / Hide Table of Contents

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.

Extension Methods

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