Query: pgagetnoduplicatesflag
OS: debian
Section: 8
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
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 |
---|
pgasetintegerinitrange(2) - debian |
pgasetrealinitrange(2) - debian |
modbus_read_registers(3) - debian |
pgasortpop(8) - debian |
glxquerycontextinfoext(3g) - centos |
Similar Topics in the Unix Linux Community |
---|
How can I do this in VI editor? |
Detecting unused variables... |
One instance of comparing grep and awk |
Find columns in a file based on header and print to new file |