.TH PGAGetMaxIntegerInitValue 2 "05/01/95" " " "PGAPack" .SH NAME PGAGetMaxIntegerInitValue \- returns the maximum of the range of integers used to randomly initialize integer strings. .SH INPUT PARAMETERS .PD 0 .TP ctx - context variable .PD 1 .SH OUTPUT PARAMETERS .PD 0 .TP none .PD 1 .SH SYNOPSIS .nf #include "pgapack.h" int PGAGetMaxIntegerInitValue(ctx, i) PGAContext *ctx int i .fi .SH LOCATION integer.c .SH EXAMPLE .nf Example: PGAContext *ctx; int max; : max = PGAGetMaxIntegerInitValue(ctx); .fi