Man Page: pgagetnoduplicatesflag
Operating Environment: debian
Section: 8
PGAGetNoDuplicatesFlag(8) PGAPack PGAGetNoDuplicatesFlag(8)NAMEPGAGetNoDuplicatesFlag - Returns PGA_TRUE if duplicates are not allowed, else returns PGA_FALSE.INPUT PARAMETERSctx - context variableOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" int PGAGetNoDuplicatesFlag(ctx) PGAContext *ctxLOCATIONduplcate.cEXAMPLEExample: PGAContext *ctx; int nodups; : nodups = PGAGetNoDuplicatesFlag(ctx); switch (nodups) { case PGA_TRUE: printf("Duplicate strings not allowed in population0); break; case PGA_FALSE: printf("Duplicate strings allowed in population0); break; } 05/01/95 PGAGetNoDuplicatesFlag(8)
| Related Man Pages |
|---|
| pgasetrealinitpercent(2) - debian |
| pgadebugprint(3) - debian |
| pgacreate(8) - debian |
| pgasetuserfunction(8) - debian |
| glxquerycontext(3g) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| How can I do this in VI editor? |
| Is UNIX an open source OS ? |
| Detecting unused variables... |
| A (ksh) Library For and From UNIX.com |