Sets the lower and upper bounds of the clamping range.
@param lowerBound The lower bound.
@param upperBound The upper bound.
@pre The lower bound must be less than or equal to the
upper bound.
@throw new ExceptionInvalidParam An invalid parameter was
specified; see the preconditions for more information.
If the output value from the source module is less than the lower
bound of the clamping range, this noise module clamps that value
to the lower bound. If the output value from the source module
is greater than the upper bound of the clamping range, this noise
module clamps that value to the upper bound.
Sets the lower and upper bounds of the clamping range.
@param lowerBound The lower bound. @param upperBound The upper bound.
@pre The lower bound must be less than or equal to the upper bound.
@throw new ExceptionInvalidParam An invalid parameter was specified; see the preconditions for more information.
If the output value from the source module is less than the lower bound of the clamping range, this noise module clamps that value to the lower bound. If the output value from the source module is greater than the upper bound of the clamping range, this noise module clamps that value to the upper bound.