<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGenerics.GeneticProgramEngine > Classes > TRSGPNode<T> > Properties:
Comments (0)
Specifies the constant value of the node. If the node is not a constant, this value will be ignored
Namespace: RSGenerics.GeneticProgramEngine
Delphi
public property Value: T read FValue write SetValue;
Property Value
Type: T