Man Page: pgagetintegerfromgraycode
Operating Environment: debian
Section: 1
PGAGetIntegerFromGrayCode(1) PGAPack PGAGetIntegerFromGrayCode(1)NAMEPGAGetIntegerFromGrayCode - interpets a binary reflected Gray code sequence as encoding an integer value and returns the integer value it represents.INPUT PARAMETERSctx - context variable p - string index pop - symbolic constant of the population the string is in start - starting bit position in the binary representation end - ending bit position in the binary representationOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" int PGAGetIntegerFromGrayCode(ctx, p, pop, start, end) PGAContext *ctx int p int pop int start int endLOCATIONevaluate.cEXAMPLEExample: Get an integer j from bits 10--29 of string p in population PGA_NEWPOP. The string is encoded in Gray code. PGAContext *ctx; int j, p; : j = PGAGetIntegerFromGrayCode(ctx, p, PGA_NEWPOP, 10, 29); 05/01/95 PGAGetIntegerFromGrayCode(1)
| Related Man Pages |
|---|
| pgaevaluate(1) - debian |
| pgasetrealinitrange(2) - debian |
| pgasendreceiveindividual(4) - debian |
| hx509_validate_ctx_init(3) - freebsd |
| hx509_cert_keyusage_print(3) - freebsd |
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| Is UNIX an open source OS ? |
| Find columns in a file based on header and print to new file |
| Weird 'find' results |