'Declaration
Public Overloads Function FindValue( _ ByVal valueToFind As System.Double, _ ByVal startIndex As System.Integer _ ) As System.Integer
'Usage
Dim instance As NDataSeriesDouble Dim valueToFind As System.Double Dim startIndex As System.Integer Dim value As System.Integer value = instance.FindValue(valueToFind, startIndex)
public System.int FindValue( System.double valueToFind, System.int startIndex )
Parameters
- valueToFind
- startIndex