<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGenerics.GeneticProgramEngine > Classes > TRSGPInstructions<T> > Methods:
Comments (0)
Returns the index of the instruction with the specified Name. If no instruction exists with that name, the function returns -1.
Namespace: RSGenerics.GeneticProgramEngine
Delphi
public function IndexOf( const Name: String ): Integer;
Parameters
Name
Type: String
Type: Integer