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
pgaevaluate(1) - debian
pgaduplicate(8) - debian
pgasortpop(8) - debian
glxquerycontext(3g) - centos
lwres_conf_clear(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
Detecting unused variables...
One instance of comparing grep and awk
How to copy a column of multiple files and paste into new excel file (next to column)?