pgagetselecttype(3) debian man page | unix.com

Man Page: pgagetselecttype

Operating Environment: debian

Section: 3

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
pgaevaluate(1) - debian
pgadebugprint(3) - debian
pgasortpop(8) - debian
pgasetuserfunction(8) - debian
stream_notification_callback(3) - php
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Is UNIX an open source OS ?
Weird 'find' results
A (ksh) Library For and From UNIX.com