Half Width Sequential Sampler
class HalfWidthSequentialSampler(aName: String? = null) : Observable<Double> , IdentityIfc, DoubleEmitterIfc
Continually gets the value of the supplied GetValueIfc in the run() until the supplied sampling half-width requirement is met or the default maximum number of iterations is reached, whichever comes first.
Author
rossetti
Properties
Functions
Link copied to clipboard
Allows the adding (attaching) of an observer to the observable
Link copied to clipboard
Returns how many observers are currently attached to the observable
Link copied to clipboard
Detaches all the observers from the observable
Link copied to clipboard
Allows the deletion (removing) of an observer from the observable
Link copied to clipboard
Link copied to clipboard
Returns true if the observer is already attached