.TH PGAGetMaxRealInitValue 2 "05/01/95" " " "PGAPack" .SH NAME PGAGetMaxRealInitValue \- returns the maximum value used to randomly initialize allele i in a real string .SH INPUT PARAMETERS .PD 0 .TP ctx - context variable .PD 0 .TP i - an allele position .PD 1 .SH OUTPUT PARAMETERS .PD 0 .TP none .PD 1 .SH SYNOPSIS .nf #include "pgapack.h" double PGAGetMaxRealInitValue(ctx, i) PGAContext *ctx int i .fi .SH LOCATION real.c .SH EXAMPLE .nf Example: PGAContext *ctx; int max; : max = PGAGetMaxRealInitValue(ctx, 0); .fi