Man Page: pgagetmutationintegervalue
Operating Environment: debian
Section: 3
PGAGetMutationIntegerValue(3) PGAPack PGAGetMutationIntegerValue(3)NAMEPGAGetMutationIntegerValue - Returns the value of the multiplier used to mutate PGA_DATATYPE_INTEGER strings with.INPUT PARAMETERSctx - context variableOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" int PGAGetMutationIntegerValue(ctx) PGAContext *ctxLOCATIONmutation.cEXAMPLEExample: PGAContext *ctx; int ival; : ival = PGAGetMutationIntegerValue(ctx); 05/01/95 PGAGetMutationIntegerValue(3)