pgagetbinaryinitprob(2) debian man page | unix.com

Man Page: pgagetbinaryinitprob

Operating Environment: debian

Section: 2

PGAGetBinaryInitProb(2) 					      PGAPack						   PGAGetBinaryInitProb(2)

NAME
PGAGetBinaryInitProb - Returns the probability that an allele will be randomly initialized to "1" in a PGA_DATATYPE_BINARY string.
INPUT PARAMETERS
ctx - context variable
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" double PGAGetBinaryInitProb(ctx) PGAContext *ctx
LOCATION
binary.c
EXAMPLE
Example: PGAContext *ctx; double prob; : prob = PGAGetBinaryInitProb(ctx); 05/01/95 PGAGetBinaryInitProb(2)
Related Man Pages
pgasetrealinitrange(2) - debian
pgasendreceiveindividual(4) - debian
pgacreate(8) - debian
lwres_conf_parse(3) - centos
lwres_conf_get(3) - centos
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?