INPUT PARAMETERS
- ctx
- - context variable
- i
- - an allele position
OUTPUT PARAMETERS
- none
-
SYNOPSIS
#include "pgapack.h"
double PGAGetMinRealInitValue(ctx, i)
PGAContext *ctx
int i
LOCATION
real.cEXAMPLE
Example: PGAContext *ctx; int min; : min = PGAGetMinRealInitValue(ctx, 0);