'Declaration Public Overloads Function FindValue( _ ByVal valueToFind As Double, _ ByVal startIndex As Integer _ ) As Integer
'Usage Dim instance As DataSeries Dim valueToFind As Double Dim startIndex As Integer Dim value As Integer value = instance.FindValue(valueToFind, startIndex)
public int FindValue( double valueToFind, int startIndex )
Parameters
- valueToFind
- double value to find
- startIndex
- index from which to begin the search
Return Value
index of the value within the data series. -1 if the search failed