Gets the index of the time period that contains the specified value.
Namespace: Extreme.Statistics.TimeSeriesAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public int GetRowIndex(
DateTime value
)
Public Function GetRowIndex (
value As DateTime
) As Integer
public:
int GetRowIndex(
DateTime value
)
member GetRowIndex :
value : DateTime -> int
Parameters
- value
- Type: SystemDateTime
A DateTime value.
Return Value
Type:
Int32The zero-based index of the time period that contains the value, or -1 if none of the
time periods contains the value.
Numerical Libraries
Supported in: 5.x, 4.x
Reference