pgagetmaxmachineintvalue — returns the smallest integer of the current
Input parameters
- ctx
- - context variable
Output parameters
- none
-
Synopsis
#include "pgapack.h"
int PGAGetMinMachineIntValue(ctx)
PGAContext *ctx
Location
system.cExample
Example: PGAContext *ctx; int intmin; : intmin = PGAGetMinMachineIntValue(ctx);