PeakSearchingNoneIsInRange Method |
Determines whether a 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.3448.0 (4.8.3448.0)
Syntaxpublic 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 if the index is in range; otherwise,
.
See Also