NCEPLIBS-bufr
12.0.1
|
Decode an integer value from an integer array. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | upbb (NVAL, NBITS, IBIT, IBAY) |
This subroutine decodes an integer value from within a specified number of bits of an integer array, starting at the bit immediately after a specified bit within the array. More... | |
subroutine upbb | ( | NVAL, | |
NBITS, | |||
IBIT, | |||
dimension(*) | IBAY | ||
) |
This subroutine decodes an integer value from within a specified number of bits of an integer array, starting at the bit immediately after a specified bit within the array.
It is similar to subroutine upb(), except that here IBIT is only an input argument, and the overall order of the arguments is different.
[in] | IBAY | – integer(*): Array containing encoded value |
[in] | IBIT | – integer: Bit within IBAY after which to begin decoding NVAL |
[in] | NBITS | – integer: Number of bits to be decoded |
[out] | NVAL | – integer: Decoded value |
Definition at line 21 of file upbb.f.
References irev().