Hide Comments
Hide Comments

Comments (0)

Specifies the initial constant value for this instruction (if it is a constant).

noteNote

Initially, any TRSGPNode<T> created from this instruction will contain the Value constant. However, because of mutation, the node's Value can change. The Instruction Value should never change except at initialization

Namespace: RSGenerics.GeneticProgramEngine

expandingSyntax

Delphi

public
  property Value: T read FValue write SetValue;
 

Property Value

Type: T

expandingSee Also

Comments (0)