Click or drag to resize

ParameterizedEvaluatorWithIntervals4TParameter1, TParameter2, TParameter3, TParameter4, TResult, TResultOverIntervals Class

Inheritance Hierarchy
SystemObject
  AGI.Foundation.InfrastructureParameterizedEvaluatorWithIntervals4TParameter1, TParameter2, TParameter3, TParameter4, TResult, TResultOverIntervals

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public sealed class ParameterizedEvaluatorWithIntervals4<TParameter1, TParameter2, TParameter3, TParameter4, TResult, TResultOverIntervals> : IParameterizedEvaluatorWithIntervals4<TParameter1, TParameter2, TParameter3, TParameter4, TResult, TResultOverIntervals>, 
	IParameterizedEvaluator4<TParameter1, TParameter2, TParameter3, TParameter4, TResult>, 
	IEvaluator, IAvailability, IThreadAware, ICloneWithContext, IDisposable

Type Parameters

TParameter1
The type of the first parameter.
TParameter2
The type of the second parameter.
TParameter3
The type of the third parameter.
TParameter4
The type of the fourth parameter.
TResult
The type of the result.
TResultOverIntervals
The type of the result when evaluated over an interval or collection of intervals.

The ParameterizedEvaluatorWithIntervals4TParameter1, TParameter2, TParameter3, TParameter4, TResult, TResultOverIntervals type exposes the following members.

Properties
  NameDescription
Public propertyGroup
Gets the group that contains this evaluator.
Public propertyIsThreadSafe
Gets a value indicating whether the methods on this instance are safe to call from multiple threads simultaneously.
Top
Methods
  NameDescription
Public methodClone
Clones this object using the specified context.
Public methodDispose
Releases any resources associated with this instance.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEvaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4)
Evaluates this parameterized evaluator.
Public methodEvaluate(TimeIntervalCollection, ITrackCalculationProgress, TParameter1, TParameter2, TParameter3, TParameter4)
Evaluates this parameterized evaluator over the collection of considered time intervals.
Public methodGetAvailabilityIntervals
Gets the intervals over which data is available.
Public methodGetCachingWrapper
Gets a version of this evaluator that caches the previously computed value so that if it is evaluated twice at the same date the computation is done only once.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsAvailable
Determines if valid data is available for the given JulianDate.
Public methodSetValues
Sets the values of each parameter for this parameterized evaluator.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodCode exampleUpdateEvaluatorReferences
Updates the evaluator references held by this object using the reference-to-reference mapping in the specified CopyContext.
Top
See Also