Query: pgagetintegerfrombinary
OS: debian
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PGAGetIntegerFromBinary(1) PGAPack PGAGetIntegerFromBinary(1)NAMEPGAGetIntegerFromBinary - interpets a binary string 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 PGAGetIntegerFromBinary(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. PGAContext *ctx; int j, p; : j = PGAGetIntegerFromBinary(ctx, p, PGA_NEWPOP, 10, 29); 05/01/95 PGAGetIntegerFromBinary(1)
Related Man Pages |
---|
pgaevaluate(1) - debian |
pgasetintegerinitrange(2) - debian |
pgaduplicate(8) - debian |
hx509_cert_keyusage_print(3) - freebsd |
hash_final(3) - php |
Similar Topics in the Unix Linux Community |
---|
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)? |