Man Page: pgagetevaluationuptodateflag
Operating Environment: debian
Section: 1
PGAGetEvaluationUpToDateFlag(1) PGAPack PGAGetEvaluationUpToDateFlag(1)NAMEPGAGetEvaluationUpToDateFlag - returns true/false to indicate whether the evaluate function value is up to dateINPUT PARAMETERSctx - context variable p - string index pop - symbolic constant of the population the string is inOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" int PGAGetEvaluationUpToDateFlag(ctx, p, pop) PGAContext *ctx int p int popLOCATIONevaluate.cEXAMPLEExample: PGAContext *ctx; int uptodate; : uptodate = PGAGetEvaluationUpToDateFlag(ctx); switch (uptodate) { case PGA_TRUE: printf("Evaluation function value current0); break; case PGA_FALSE: printf("Evaluation function value out-of-date0); break; } 05/01/95 PGAGetEvaluationUpToDateFlag(1)
| Related Man Pages |
|---|
| hx509_validate_ctx_free(3) - freebsd |
| pgasetrealinitpercent(2) - debian |
| modbus_send_raw_request(3) - debian |
| pgasortpop(8) - debian |
| glxquerycontext(3g) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| How can I do this in VI editor? |
| Is UNIX an open source OS ? |
| Introduction |
| Detecting unused variables... |
| One instance of comparing grep and awk |