debian man page for pgagetintegerinittype

Query: pgagetintegerinittype

OS: debian

Section: 2

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

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
pgasetrealinitrange(2) - debian
modbus_read_registers(3) - debian
pgasendreceiveindividual(4) - debian
pgaduplicate(8) - debian
x509_store_ctx_set_verify_cb(3) - netbsd
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Is UNIX an open source OS ?
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
My first PERL incarnation... Audio Oscillograph