Click or drag to resize

ChangeStoppingConditionThresholdOperatorT Properties

The ChangeStoppingConditionThresholdOperatorT generic type exposes the following members.

Properties
  NameDescription
Public propertyInitialValue
Gets or sets the initial value to use for the StoppingCondition that the Threshold is the threshold of. The value that the threshold of the StoppingCondition is initially configured with will be ignored and this value will be used instead.
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 propertyName
Gets or sets an optional name for you to identify this operator with.
(Inherited from TargetedSegmentListOperator.)
Public propertyThreshold
Gets the threshold value that this operator will change.
Public propertyThresholdCallback
Gets or sets the callback that will compute the new value of the threshold.
Public propertyThresholdParameter
Gets or sets the parameter that can be used to parameterize evaluators that should be changed by this operator.
Top
See Also