PGAGetMaxIntegerInitValue
PGAGetMaxIntegerInitValue
Section: PGAPack (2) Updated: 05/01/95 Local index
Up
NAME
PGAGetMaxIntegerInitValue - returns the maximum of the range of integers
used to randomly initialize integer strings.
INPUT PARAMETERS
- ctx
-
- context variable
OUTPUT PARAMETERS
- none
-
SYNOPSIS
#include "pgapack.h"
int PGAGetMaxIntegerInitValue(ctx, i)
PGAContext *ctx
int i
LOCATION
integer.c
EXAMPLE
Example:
PGAContext *ctx;
int max;
:
max = PGAGetMaxIntegerInitValue(ctx);
Index
- NAME
-
- INPUT PARAMETERS
-
- OUTPUT PARAMETERS
-
- SYNOPSIS
-
- LOCATION
-
- EXAMPLE
-
This document was created by
man2html,
using the manual pages.
Time: 21:09:03 GMT, April 16, 2011