Man Page: pgagetcrossovertype
Operating Environment: debian
Section: 3
PGAGetCrossoverType(3) PGAPack PGAGetCrossoverType(3)NAMEPGAGetCrossoverType - Returns the type of crossover selectedINPUT PARAMETERSctx - context variableOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" int PGAGetCrossoverType(ctx) PGAContext *ctxLOCATIONcross.cEXAMPLEExample: PGAContext *ctx; int crosstype; : crosstype = PGAGetCrossoverType(ctx); switch (crosstype) { case PGA_CROSSOVER_ONEPT: printf("Crossover Type = PGA_CROSSOVER_ONEPT0); break; case PGA_CROSSOVER_TWOPT: printf("Crossover Type = PGA_CROSSOVER_TWOPT0); break; case PGA_CROSSOVER_UNIFORM: printf("Crossover Type = PGA_CROSSOVER_UNIFORM0); break; } 05/01/95 PGAGetCrossoverType(3)
| Related Man Pages |
|---|
| pgadebugprint(3) - debian |
| pgaduplicate(8) - debian |
| pgasortpop(8) - debian |
| pgasetuserfunction(8) - debian |
| stream_notification_callback(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| How can I do this in VI editor? |
| Detecting unused variables... |
| Find columns in a file based on header and print to new file |
| Weird 'find' results |
| New UNIX and Linux History Sections |