Navigation: Code Documentation > GeneticAlgorithm > RSGenerics.GeneticProgramEngine > Classes > TRSGPBinaryNode<T>
TRSGPBinaryNode<T> Properties
Name
Description
Left
Specifies the left child (or Child[0]) for the current node. Assigning a value to this property will free the current Left child node.
Right
Specifies the right child (or Child[1]) for the current node. Assigning a value to this property will free the current Right child node.
Top