Hide Comments
Hide Comments

Comments (0)

Specifies the left child (or Child[0]) for the current node. Assigning a value to this property will free the current Left child node.

Namespace: RSGenerics.GeneticProgramEngine

expandingSyntax

Delphi

public
  property Left: TRSGPBinaryNode<T> read FLeft write SetLeft;
 

Property Value

Type: TRSGPBinaryNode<T>

expandingSee Also

Comments (0)