Query: pgagetmaxmachineintvalue
OS: debian
Section: 6
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PGAGetMaxMachineIntValue(6) PGAPack PGAGetMaxMachineIntValue(6)NAMEPGAGetMaxMachineIntValue - returns the largest integer of the current machineINPUT PARAMETERSctx - context variableOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" int PGAGetMaxMachineIntValue(ctx) PGAContext *ctxLOCATIONsystem.cEXAMPLEExample: PGAContext *ctx; int intmax; : intmax = PGAGetMaxMachineIntValue(ctx); 05/01/95 PGAGetMaxMachineIntValue(6)