Click or drag to resize

PeakFinder_arg_wlen_as_expected Method

Ensure argument `wlen` is of type `np.intp` and larger than 1. Used in `peak_prominences` and `peak_widths`

Namespace: Altaxo.Science.Spectroscopy.PeakSearching
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected int _arg_wlen_as_expected(
	double? value
)

Parameters

value  NullableDouble
The value.

Return Value

Int32
The original `value` rounded up to an integer or -1 if `value` was null.
See Also