pgagetminintegerinitvalue(2) debian man page | unix.com

Man Page: pgagetminintegerinitvalue

Operating Environment: debian

Section: 2

PGAGetMinIntegerInitValue(2)					      PGAPack					      PGAGetMinIntegerInitValue(2)

NAME
PGAGetMinIntegerInitValue - returns the minimum of the range of integers used to randomly initialize integer strings.
INPUT PARAMETERS
ctx - context variable
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" int PGAGetMinIntegerInitValue(ctx, i) PGAContext *ctx int i
LOCATION
integer.c
EXAMPLE
Example: PGAContext *ctx; int min; : min = PGAGetMinIntegerInitValue(ctx); 05/01/95 PGAGetMinIntegerInitValue(2)
Related Man Pages
pgasetintegerinitrange(2) - debian
pgasetrealinitpercent(2) - debian
pgadebugprint(3) - debian
pgacreate(8) - debian
pgasetuserfunction(8) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
One instance of comparing grep and awk
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)?