Hide Comments
Hide Comments

Comments (0)

Creates a new instruction and adds it to the Items array. Call Insert to add a new instruction at a specified position in the collection. Existing items (starting from the specified position) are moved up in the Items array.

Insert returns the new instruction.
 

Namespace: RSGenerics.GeneticProgramEngine

expandingSyntax

Delphi

public
  function Insert(Index: Integer): TRSGPInstruction<T>;
 

Parameters

Index

Type: Integer

Return Value

Type: TRSGPInstruction<T>

expandingSee Also

Comments (0)