DoubleColumnFractionalIndexOf Method |
Searches for an index idx for which the value value lies in the (unordered) interval [this[idx-1], this[idx]]. If
such an index is found, the fractional index is returned. If no such index is found, the return value is null.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double? FractionalIndexOf(
double value
)
Parameters
- value Double
- The value to search.
Return Value
NullableDouble[Missing <returns> documentation for "M:Altaxo.Data.DoubleColumn.FractionalIndexOf(System.Double)"]
See Also