GetMaxPopulNum

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

GetMaxPopulNum

Return to chapter overview

 

GetMaxPopulNum(MaxPopulationNum As Integer)

 

Purpose: This function returns the maximum population number currently being used. GetMaxPopulNum is employed by the user for debugging purposes only when several populations evolve simultaneously in a multitasking environment.

 

Arguments:

MaxPopulationNum is the variable where the largest population number will be stored.

 

Example: i = GetMaxPopulNum(MaxPopNum)

 

This example stores the largest population number in the MaxPopNum integer variable.

 

Related Functions: GetNextPopulation