Click or drag to resize

PeakFinder_arg_wlen_as_expected Method

Ensure argument value is an integer and larger than 1. Used in peak_prominences and peak_widths.

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

Parameters

value  NullableDouble
The window length value.

Return Value

Int32
The value rounded up to an integer, or -1 if value is .
See Also