DurationFunctionSampling Properties | 
The DurationFunctionSampling type exposes the following members.
| Name | Description | |
|---|---|---|
| DefaultStep | 
            Gets or sets the default step that will be taken when sampling a function.
              | |
| ExtremaCrossingUncertaintyFactor | 
            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 DurationFunctionExplorer used to determine the satisfaction intervals of an
            AccessConstraint sampled by this sampler.
              | |
| IsFrozen | 
            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.) | |
| MaximumStep | 
            Gets or sets the largest step that will be taken when sampling a function.
              | |
| MinimumStep | 
            Gets or sets the smallest step that will be taken when sampling a function.
              | |
| Tolerance | 
            Gets or sets the tolerance used for convergence in the independent variable.
            The default value is 0.005 seconds.
              | |
| TrendingStep | 
            Gets or sets the size of a trending step that will be taken at the beginning and end
            of each interval of consideration.
              | |
| UseFunctionSamplingSuggestion | 
            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.
              |