pgagetcrossovertype(3) debian man page | unix.com

Man Page: pgagetcrossovertype

Operating Environment: debian

Section: 3

PGAGetCrossoverType(3)						      PGAPack						    PGAGetCrossoverType(3)

NAME
PGAGetCrossoverType - Returns the type of crossover selected
INPUT PARAMETERS
ctx - context variable
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" int PGAGetCrossoverType(ctx) PGAContext *ctx
LOCATION
cross.c
EXAMPLE
Example: 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
pgaevaluate(1) - debian
pgasetintegerinitrange(2) - debian
pgasendreceiveindividual(4) - debian
pgacreate(8) - debian
pgaduplicate(8) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
Is UNIX an open source OS ?
Introduction
A (ksh) Library For and From UNIX.com