Query: pgasetcharacterallele
OS: debian
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PGASetCharacterAllele(1) PGAPack PGASetCharacterAllele(1)NAMEPGASetCharacterAllele - sets the value of an allele in a PGA_DATATYPE_CHARACTER string.INPUT PARAMETERSctx - context variable p - string index pop - symbolic constant of the population the string is in i - allele index val - character value to set the allele toOUTPUT PARAMETERSside -effect.SYNOPSIS#include "pgapack.h" void PGASetCharacterAllele(ctx, p, pop, i, value) PGAContext *ctx int p int pop int i char valueLOCATIONchar.cEXAMPLECopies the alleles from member p in PGA_OLDPOP to member q in PGA_NEWPOP. Assumes the strings are of the same length. PGAContext *ctx; int p, q, i; : for (i=PGAGetStringLength(ctx)-1; i>=0; i--) PGASetCharacterAllele(ctx, q, PGA_NEWPOP, i, PGAGetCharacterAllele(ctx, p, PGA_OLDPOP, i)) 05/01/95 PGASetCharacterAllele(1)
Related Man Pages |
---|
hx509_validate_ctx_free(3) - freebsd |
pgasetintegerinitrange(2) - debian |
pgacreate(8) - debian |
hx509_bitstring_print(3) - freebsd |
hx509_cert_keyusage_print(3) - freebsd |
Similar Topics in the Unix Linux Community |
---|
How can I do this in VI editor? |
Is UNIX an open source OS ? |
Introduction |
One instance of comparing grep and awk |
My first PERL incarnation... Audio Oscillograph |