Click or drag to resize

IDurationFunctionSampler Interface

An interface to an object that controls how a function of a Duration is sampled.

Namespace:  AGI.Foundation.NumericalMethods.Advanced
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public interface IDurationFunctionSampler : IThreadAware, 
	ICloneWithContext

The IDurationFunctionSampler type exposes the following members.

Properties
  NameDescription
Public propertyIsThreadSafe
Gets a value indicating whether the methods on this instance are safe to call from multiple threads simultaneously.
(Inherited from IThreadAware.)
Top
Methods
  NameDescription
Public methodClone
Clones this object using the specified context.
(Inherited from ICloneWithContext.)
Public methodGetNextSample
Gets the next duration at which to sample the function.
Top
See Also