NCEPLIBS-bufr
11.7.0
|
Determine the numerical data value equivalent to the setting of a specified bit within a flag table. More...
Go to the source code of this file.
Functions/Subroutines | |
REAL *8 function | pkftbv (NBITS, IBIT) |
This function computes the numerical value equivalent to the setting of bit #IBIT within a flag table of NBITS bits. More... | |
Determine the numerical data value equivalent to the setting of a specified bit within a flag table.
Definition in file pkftbv.f.
REAL*8 function pkftbv | ( | NBITS, | |
IBIT | |||
) |
This function computes the numerical value equivalent to the setting of bit #IBIT within a flag table of NBITS bits.
If the computation fails for any reason, then the function returns the current placeholder value for "missing" data.
[in] | NBITS | – integer: Total number of bits in flag table |
[in] | IBIT | – integer: Number of bit to be set |
Program history log:
Date | Programmer | Comments |
---|---|---|
2005-11-29 | J. Ator | Original version |