Hide Comments
Hide Comments

Comments (0)

Searchs for the Node as a child of the current node. If the node is found, this method returns the index to access the child. Otherwise, it returns -1.

Namespace: RSGenerics.GeneticProgramEngine

expandingSyntax

Delphi

public
  function IndexOf( const Node: TRSGPNode<T> ): Integer;
 

Parameters

Node

Type: TRSGPNode<T>

Return Value

Type: Integer

expandingSee Also

Comments (0)