Man Page: pgasetintegerallele
Operating Environment: debian
Section: 1
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)
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| Is UNIX an open source OS ? |
| One instance of comparing grep and awk |
| New UNIX and Linux History Sections |