fxif


fxbit_count(fx1, fx2, fx3)
      

Return the the bitwise "if" of its arguments, all of which must be fixnums.

Examples:


number_to_string(fxif(0b1001, 0b1111, 0b0101), 2)          
// 1101
      

Also see:

fxand
fxbit_is_set
fxshift


Core Module Index | Contents