PGAGetMutationRealValue - Returns the value of the multiplier used to mutate PGA_DATATYPE_REAL strings with.
ctx - context variable
none
#include "pgapack.h" double PGAGetMutationRealValue(ctx) PGAContext *ctx
mutation.c
Example: PGAContext *ctx; double val; : val = PGAGetMutationRealValue(ctx); 05/01/95 PGAGetMutationRealValue(3)