Query: pgasetintegerallele
OS: debian
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PGASetIntegerAllele(1) PGAPack PGASetIntegerAllele(1)NAMEPGASetIntegerAllele - sets the value of a (integer) allele.INPUT PARAMETERSctx - context variable p - string index pop - symbolic constant of the population the string is in i - allele index val - integer value to set the allele toOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" void PGASetIntegerAllele(ctx, p, pop, i, value) PGAContext *ctx int p int pop int i int valueLOCATIONinteger.cEXAMPLESet the value of the ith allele of string p in population PGA_NEWPOP to 64. PGAContext *ctx; int p, i; : PGASetIntegerAllele (ctx, p, PGA_NEWPOP, i, 64) 05/01/95 PGASetIntegerAllele(1)