debian man page for pgagetselecttype

Query: pgagetselecttype

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PGAGetSelectType(3)						      PGAPack						       PGAGetSelectType(3)

NAME
PGAGetSelectType - Returns the type of selection selected
INPUT PARAMETERS
ctx - context variable
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" int PGAGetSelectType(ctx) PGAContext *ctx
LOCATION
select.c
EXAMPLE
Example: PGAContext *ctx; int selecttype; : selecttype = PGAGetSelectType(ctx); switch (selecttype) { case PGA_SELECT_PROPORTIONAL: printf("Selection Type = PGA_SELECT_PROPORTIONAL0); break; case PGA_SELECT_SUS: printf("Selection Type = PGA_SELECT_SUS0); break; case PGA_SELECT_TOURNAMENT: printf("Selection Type = PGA_SELECT_TOURNAMENT0); break; case PGA_SELECT_PTOURNAMENT: printf("Selection Type = PGA_SELECT_PTOURNAMENT0); break; } 05/01/95 PGAGetSelectType(3)
Related Man Pages
x509_store_ctx_set_verify_cb(3ssl) - linux
pgasetrealinitpercent(2) - debian
pgasetrealinitrange(2) - debian
pgasendreceiveindividual(4) - debian
pgasetuserfunction(8) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Detecting unused variables...
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph