Function PGAGetMaxMachineIntValue

Function Documentation

int PGAGetMaxMachineIntValue(PGAContext *ctx)

Return the largest integer of the current machine.

Example

PGAContext *ctx;
int intmax;

...
intmax = PGAGetMaxMachineIntValue (ctx);

Parameters
  • ctx – context variable

Returns

The largest integer of the given machine