Click or drag to resize

JulianDateFunctionSampling Properties

The JulianDateFunctionSampling type exposes the following members.

Properties
  NameDescription
Public propertyDefaultStep
Gets or sets the default step that will be taken when sampling a function.
Public propertyExtremaCrossingUncertaintyFactor
Gets or sets a value determining how finely to explore an extremum with the potential to cross a threshold. This value is passed along to the property of the same name on the JulianDateFunctionExplorer used to determine the satisfaction intervals of an AccessConstraint sampled by this sampler.
Public propertyIsFrozen
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.)
Public propertyMaximumStep
Gets or sets the largest step that will be taken when sampling a function.
Public propertyMinimumStep
Gets or sets the smallest step that will be taken when sampling a function.
Public propertyTolerance
Gets or sets the tolerance used for convergence in the independent variable. The default value is 0.005 seconds.
Public propertyTrendingStep
Gets or sets the size of a trending step that will be taken at the beginning and end of each interval of consideration.
Public propertyUseFunctionSamplingSuggestion
Gets or sets a value indicating whether the sampling suggestion from the constraint should be used. If , the constraint's suggestion is ignored and the DefaultStep is used.
Top
See Also