Rechercher une page de manuel
PGAGetIntegerInitType
Langue: en
Version: 266035 (debian - 07/07/09)
Section: 2 (Appels système)
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.cEXAMPLE
Example: PGAContext *ctx; int inittype; : inittype = PGAGetIntegerInitType(ctx); switch (inittype) { case PGA_IINIT_PERMUTE: printf("Data Type = PGA_IINIT_PERMUTE); break; case PGA_IINIT_RANGE: printf("Data Type = PGA_IINIT_RANGE); break; }
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre