| Name | Description |
---|
| SetWidth(Double) |
Sets the minimal width value required for all peaks.
The width of a peak is determined at the y-value, which is (prominence x relative height) less than the peak's y-value.
|
| SetWidth(Double) |
Sets the minimal width value required for each peak.
The width of a peak is determined at the y-value, which is (prominence x relative height) less than the peak's y-value.
|
| SetWidth(ValueTupleDouble, Double) |
Sets the minimal and maximal width value required for all peaks.
The width of a peak is determined at the y-value, which is (prominence x relative height) less than the peak's y-value.
|
| SetWidth(ValueTupleDouble, Double) |
Sets the minimal and maximal width values required for each peak.
The width of a peak is determined at the y-value, which is (prominence x relative height) less than the peak's y-value.
|