<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGenerics.GeneticProgramEngine > Classes > TRSGPBinaryNode<T> > Properties:
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
Delphi
public property Left: TRSGPBinaryNode<T> read FLeft write SetLeft;
Property Value
Type: TRSGPBinaryNode<T>