Class Truncating
Time-dependent behavior for a Sampler.
Implements
Inherited Members
Namespace: SpiceSharp.Components.SamplerBehaviors
Assembly: SpiceSharp.dll
Syntax
[BehaviorFor(typeof(Sampler))]
[AddBehaviorIfNo(typeof(ITruncatingBehavior))]
public class Truncating : Behavior, ITimeBehavior, ITruncatingBehavior, IBehavior, IParameterSetCollection, IParameterSet, IParameterized<Parameters>
Remarks
This behavior does strictly speaking not need to implement ITimeBehavior, however if we don't then will also create the more generic sampler behavior.
Constructors
Truncating(SamplerBindingContext)
Initializes a new instance of the Truncating class.
Declaration
public Truncating(SamplerBindingContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| SamplerBindingContext | context | The sampler binding context. |
Properties
Parameters
Gets the parameter set.
Declaration
public Parameters Parameters { get; }
Property Value
| Type | Description |
|---|---|
| Parameters | The parameter set. |