PGAGetMaxMachineIntValue - returns the smallest integer of the current
machine
ctx - context variable
none
#include "pgapack.h"
int PGAGetMinMachineIntValue(ctx)
PGAContext *ctx
system.c
Example:
PGAContext *ctx;
int intmin;
:
intmin = PGAGetMinMachineIntValue(ctx);
05/01/95 PGAGetMinMachineIntValue(6)