Query: pgagetcrossovertype
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
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 |
---|
x509_store_ctx_set_verify_cb(3ssl) - linux |
pgasetintegerinitrange(2) - debian |
pgacreate(8) - debian |
pgasortpop(8) - debian |
x509_store_ctx_set_verify_cb(3) - netbsd |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
Is UNIX an open source OS ? |
Introduction |
One instance of comparing grep and awk |
Weird 'find' results |