Click or drag to resize

IJulianDateFunctionSampler Interface

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

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