Man Page: pgagetstoppingruletype
Operating Environment: debian
Section: 8
PGAGetStoppingRuleType(8) PGAPack PGAGetStoppingRuleType(8)NAMEPGAGetStoppingRuleType - Returns a symbolic constant that defines the termination criteria.INPUT PARAMETERSctx - context variableOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" int PGAGetStoppingRuleType(ctx) PGAContext *ctxLOCATIONstop.cEXAMPLEExample: PGAContext *ctx; int stop; : stop = PGAGetStoppingRuleType(ctx); if (stop & PGA_STOP_MAXITER) printf("Stopping Rule = PGA_STOP_MAXITER0); if (stop & PGA_STOP_NOCHANGE) printf("Stopping Rule = PGA_STOP_NOCHANGE0); if (stop & PGA_STOP_TOOSIMILAR) printf("Stopping Rule = PGA_STOP_TOOSIMILAR0); 05/01/95 PGAGetStoppingRuleType(8)
| Related Man Pages |
|---|
| pgasetintegerinitrange(2) - debian |
| modbus_read_registers(3) - debian |
| pgasendreceiveindividual(4) - debian |
| pgasortpop(8) - debian |
| pgasetuserfunction(8) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Introduction |
| Weird 'find' results |
| New UNIX and Linux History Sections |
| My first PERL incarnation... Audio Oscillograph |