Syntax
'Declaration
Public Shared Function FastFind( _
ByVal () As System.Integer, _
ByVal As System.Integer, _
ByRef As System.Integer _
) As System.Boolean
public static System.bool FastFind(
System.int[] ,
System.int ,
out System.int
)
Parameters
- values
- value
- index
See Also