Hide Comments
Hide Comments

Comments (0)

Creates and returns a function node for the specified parent node from the list of  Operations

Namespace: RSGenerics.GeneticProgramming

expandingSyntax

Delphi

protected
  function GetOperationNode( const ParentNode: TNode; ChildIndex: Integer ): TNode; virtual;
 

Parameters

ParentNode

Type: System.Void

ChildIndex

Type: Integer

Return Value

Type: TNode

expandingSee Also

Comments (0)