ParameterizedEvaluator1TParameter1, TResultIsTimeVarying Property |
Gets a value indicating whether or not the value of this evaluator changes with time. If
, the evaluator is assumed to return the same value for any
input
JulianDate.
Namespace:
AGI.Foundation.Infrastructure
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public abstract bool IsTimeVarying { get; }
Public MustOverride ReadOnly Property IsTimeVarying As Boolean
Get
public:
virtual property bool IsTimeVarying {
bool get () abstract;
}
abstract IsTimeVarying : bool with get
Property Value
Type:
BooleanImplements
IIsTimeVaryingIsTimeVaryingSee Also