pgagetrealinittype(2) debian man page | unix.com

Man Page: pgagetrealinittype

Operating Environment: debian

Section: 2

PGAGetRealInitType(2)						      PGAPack						     PGAGetRealInitType(2)

NAME
PGAGetRealInitType - returns the type of scheme used to randomly initialize strings of data type PGA_DATATYPE_REAL.
INPUT PARAMETERS
ctx - context variable
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" int PGAGetRealInitType(ctx) PGAContext *ctx
LOCATION
real.c
EXAMPLE
Example: PGAContext *ctx; int inittype; : inittype = PGAGetRealInitType(ctx); switch (inittype) { case PGA_RINIT_PERCENT: printf("Data Type = PGA_RINIT_PERCENT0); break; case PGA_RINIT_RANGE: printf("Data Type = PGA_RINIT_RANGE0); break; } 05/01/95 PGAGetRealInitType(2)
Related Man Pages
pgasetrealinitpercent(2) - debian
pgadebugprint(3) - debian
modbus_send_raw_request(3) - debian
pgasendreceiveindividual(4) - debian
pgasortpop(8) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
One instance of comparing grep and awk
Weird 'find' results
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)?