Click or drag to resize

PeakSearchingNoneIsInRange Method

Determines whether the fractional index is in the range of the x-array, so that it can be converted to an x-value.

Namespace: Altaxo.Science.Spectroscopy.PeakSearching
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static bool IsInRange(
	double[] x,
	double idx
)

Parameters

x  Double
The x array.
idx  Double
The fractional index into the x-array.

Return Value

Boolean
true if the fractional index is in range; otherwise, false.
See Also