Query: pgagetmutationboundedflag
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PGAGetMutationBoundedFlag(3) PGAPack PGAGetMutationBoundedFlag(3)NAMEPGAGetMutationBoundedFlag - returns PGA_TRUE or PGA_FALSE to indicate whether mutated integer strings remain in the range specified when initialized with PGASetIntegerInitRange.INPUT PARAMETERSctx - context variableOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" int PGAGetMutationBoundedFlag(ctx) PGAContext *ctxLOCATIONmutation.cEXAMPLEExample: PGAContext *ctx; int val; : val = PGAGetMutationBoundedFlag(ctx); 05/01/95 PGAGetMutationBoundedFlag(3)