debian man page for pgagetevaluationuptodateflag

Query: pgagetevaluationuptodateflag

OS: debian

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PGAGetEvaluationUpToDateFlag(1) 				      PGAPack					   PGAGetEvaluationUpToDateFlag(1)

NAME
PGAGetEvaluationUpToDateFlag - returns true/false to indicate whether the evaluate function value is up to date
INPUT PARAMETERS
ctx - context variable p - string index pop - symbolic constant of the population the string is in
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" int PGAGetEvaluationUpToDateFlag(ctx, p, pop) PGAContext *ctx int p int pop
LOCATION
evaluate.c
EXAMPLE
Example: 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
pgasetintegerinitrange(2) - debian
pgasetrealinitrange(2) - debian
modbus_send_raw_request(3) - debian
stream_notification_callback(3) - php
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Detecting unused variables...
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph