ParameterEvaluatorT Properties |
The ParameterEvaluatorT generic type exposes the following members.
Name | Description | |
---|---|---|
DefaultValue |
Gets the default value provided by this parameter.
This value is only valid if HasDefaultValue is .
| |
Group |
Gets the group that contains this evaluator.
| |
HasDefaultValue |
Gets a value indicating whether this parameter has a default value and is therefore optional.
| |
IsThreadSafe |
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
| |
IsTimeVarying |
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.
|