IIsTimeVaryingIsTimeVarying 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 bool IsTimeVarying { get; }
ReadOnly Property IsTimeVarying As Boolean
Get
property bool IsTimeVarying {
bool get ();
}
abstract IsTimeVarying : bool with get
Property Value
Type:
BooleanSee Also