Hide Comments
Hide Comments

TRSGPVariantNode.CreateNode(TRSGPInstruction<Variant>,TRSGPNode<Variant>) Method

Comments (0)

Represents method CreateNode(TRSGPInstruction<Variant>,TRSGPNode<Variant>).

Namespace: RSGeneticProgramming

expandingSyntax

Delphi

protected
  function CreateNode(const aInstruction: TRSGPInstruction<Variant>;
  const aParent: TRSGPNode<Variant>): TRSGPNode<Variant>; override;
 

Parameters

aInstruction

Type: TRSGPInstruction<Variant>

aParent

Type: TRSGPNode<Variant>

Return Value

Type: TRSGPNode<Variant>

Overrides

TRSGPTreeNode<T>.CreateNode(TRSGPInstruction<T>,TRSGPNode<T>)
 

expandingSee Also

Comments (0)