Return the status of bit(s) n of unsigned integers in a the lowest significant bit is n = 1. bitget (100, 8:-1:1) 0 1 1 0 0 1 0 0 See also: bitand bitor bitxor bitset bitcmp bitshift bitmax
Return the status of bit(s) n of unsigned integers in a the lowest significant bit is n = 1.
bitget (100, 8:-1:1) 0 1 1 0 0 1 0 0