Hide Comments
Hide Comments

Comments (0)

Specifies the right child (or Child[1]) for the current node. Assigning a value to this property will free the current Right child node.

Namespace: RSGenerics.GeneticProgramEngine

expandingSyntax

Delphi

public
  property Right: TRSGPBinaryNode<T> read FRight write SetRight;
 

Property Value

Type: TRSGPBinaryNode<T>

expandingSee Also

Comments (0)