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