limit_max
Description:
[
Version ( since =
"1.3.1" ) ]
public void limit_max (
double value)
Ensures no values in the spectrum fall above a set limit.
If they are found, set them to value.
Parameters:
| this |
a Spectrum instance
|
| value |
the threshold value to limit the spectrum
|