Next: Integer-converting, Previous: Integer-basic, Up: Integer [Index]
True if all 1 bits in anInteger are 1 in the receiver
True if any 1 bits in anInteger are 1 in the receiver
Answer the index-th bit of the receiver (the LSB has an index of 1)
Answer an integer which is identical to the receiver, possibly with the exception of the index-th bit of the receiver (the LSB having an index of 1), which assumes a value equal to the low-order bit of the second parameter.
Answer an Integer equal to the receiver, except that all the bits that are set in aMask are cleared.
Return the 1’s complement of the bits of the receiver
Clear the index-th bit of the receiver and answer a new Integer
Answer the index-th base-256 digit of the receiver (byte), expressed in two’s complement
Return the index of the highest order 1 bit of the receiver.
Answer whether the index-th bit of the receiver is set
Return the index of the lowest order 1 bit of the receiver.
Answer true if no 1 bits in anInteger are 1 in the receiver.
Set the index-th bit of the receiver and answer a new Integer
Next: Integer-converting, Previous: Integer-basic, Up: Integer [Index]