Click or drag to resize

IDoubleFunctionSampler Interface

An interface to an object that controls how a function of a Double 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 IDoubleFunctionSampler : IThreadAware, 
	ICloneWithContext

The IDoubleFunctionSampler 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 Variable at which to sample the function.
Top
See Also