<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGenerics.GeneticProgramEngine > Classes > TRSGPNode<T> > Methods:
Comments (0)
Returns true if the node is a terminal (constant, variable, or function with arity of 0)
Namespace: RSGenerics.GeneticProgramEngine
Delphi
public function IsTerminal: Boolean;
Return Value
Type: Boolean