Header menu logo bristlecone

TimeIndex.IndexMode<'T, 'modelTimeUnit> Type

When using a time index, if a value is requested within the bounds of the time-series but not falling on an observed time, a lookup value may be interpolated using an interpolation function. Here, `'T` is the data value type.

Union cases

Union case Description

Exact

Full Usage: Exact

Interpolate float<MeasureProduct<'modelTimeUnit, MeasureProduct<time index, MeasureOne>>> * 'T -> float<MeasureProduct<'modelTimeUnit, MeasureProduct<time index, MeasureOne>>> * 'T -> float<MeasureProduct<'modelTimeUnit, MeasureProduct<time index, MeasureOne>>> -> 'T

Full Usage: Interpolate float<MeasureProduct<'modelTimeUnit, MeasureProduct<time index, MeasureOne>>> * 'T -> float<MeasureProduct<'modelTimeUnit, MeasureProduct<time index, MeasureOne>>> * 'T -> float<MeasureProduct<'modelTimeUnit, MeasureProduct<time index, MeasureOne>>> -> 'T

Parameters:

Instance members

Instance member Description

this.IsExact

Full Usage: this.IsExact

Returns: bool
Returns: bool

this.IsInterpolate

Full Usage: this.IsInterpolate

Returns: bool
Returns: bool

Type something to start searching.