Next: , Previous: , Up: LargeInteger   [Index]


1.98.4 LargeInteger: built-ins

at: anIndex

Answer the anIndex-th byte in the receiver’s representation

at: anIndex put: aNumber

Set the anIndex-th byte in the receiver’s representation

digitAt: anIndex

Answer the index-th base-256 digit of the receiver (byte), expressed in two’s complement

digitAt: anIndex put: aNumber

Set the anIndex-th base-256 digit in the receiver’s representation

digitLength

Answer the number of base-256 digits in the receiver

hash

Answer an hash value for the receiver

primReplaceFrom: start to: stop with: replacementString startingAt: replaceStart

Private - Replace the characters from start to stop with new characters contained in replacementString (which, actually, can be any variable byte class), starting at the replaceStart location of replacementString

size

Answer the number of indexed instance variable in the receiver