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.PeakSearchingAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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
Booleantrue if the fractional index is in range; otherwise,
false.
See Also