pgagetintegerinittype(2) debian man page | unix.com

Man Page: pgagetintegerinittype

Operating Environment: debian

Section: 2

PGAGetIntegerInitType(2)					      PGAPack						  PGAGetIntegerInitType(2)

NAME
PGAGetIntegerInitType - returns the type of scheme used to randomly initialize strings of data type PGA_DATATYPE_INTEGER.
INPUT PARAMETERS
ctx - context variable
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" int PGAGetIntegerInitType(ctx) PGAContext *ctx
LOCATION
integer.c
EXAMPLE
Example: PGAContext *ctx; int inittype; : inittype = PGAGetIntegerInitType(ctx); switch (inittype) { case PGA_IINIT_PERMUTE: printf("Data Type = PGA_IINIT_PERMUTE0); break; case PGA_IINIT_RANGE: printf("Data Type = PGA_IINIT_RANGE0); break; } 05/01/95 PGAGetIntegerInitType(2)
Related Man Pages
pgaevaluate(1) - debian
pgasetintegerinitrange(2) - debian
pgadebugprint(3) - debian
pgasendreceiveindividual(4) - debian
glxquerycontext(3g) - centos
Similar Topics in the Unix Linux Community
Detecting unused variables...
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
New UNIX and Linux History Sections
My first PERL incarnation... Audio Oscillograph