debian man page for pgagetmaxrealinitvalue

Query: pgagetmaxrealinitvalue

OS: debian

Section: 2

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PGAGetMaxRealInitValue(2)					      PGAPack						 PGAGetMaxRealInitValue(2)

NAME
PGAGetMaxRealInitValue - returns the maximum value used to randomly initialize allele i in a real string
INPUT PARAMETERS
ctx - context variable i - an allele position
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" double PGAGetMaxRealInitValue(ctx, i) PGAContext *ctx int i
LOCATION
real.c
EXAMPLE
Example: PGAContext *ctx; int max; : max = PGAGetMaxRealInitValue(ctx, 0); 05/01/95 PGAGetMaxRealInitValue(2)
Related Man Pages
pgasetrealinitrange(2) - debian
pgadebugprint(3) - debian
pgasendreceiveindividual(4) - debian
pgaduplicate(8) - debian
lwres_conf_get(3) - centos
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?