Query: pgagetrealinittype
OS: debian
Section: 2
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PGAGetRealInitType(2) PGAPack PGAGetRealInitType(2)NAMEPGAGetRealInitType - returns the type of scheme used to randomly initialize strings of data type PGA_DATATYPE_REAL.INPUT PARAMETERSctx - context variableOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" int PGAGetRealInitType(ctx) PGAContext *ctxLOCATIONreal.cEXAMPLEExample: 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 |
---|
pgasetintegerinitrange(2) - debian |
pgacreate(8) - debian |
pgasortpop(8) - debian |
pgasetuserfunction(8) - debian |
stream_notification_callback(3) - php |
Similar Topics in the Unix Linux Community |
---|
Detecting unused variables... |
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)? |