Next: Integer-storing, Previous: Integer-math methods, Up: Integer [Index]
Print on aStream the base 10 representation of the receiver
Return the base 10 representation of the receiver
Answer whether the receiver is expressible as a Smalltalk literal.
Print on aStream the base 10 representation of the receiver
Print on aStream the base b representation of the receiver
Print on aStream the base 10 representation of the receiver, padded if necessary to size characters with copies of padding.
Print on aStream the base b representation of the receiver, padded if necessary to size characters with copies of padding.
Return the base baseInteger representation of the receiver, padded if necessary to size characters with copies of padding.
Return the base baseInteger representation of the receiver, padded if necessary to size characters with copies of padding.
Return the base 10 representation of the receiver
Return the base baseInteger representation of the receiver
Return the base baseInteger representation of the receiver, with BBr in front of it
Return the base baseInteger representation of the receiver, with BBr in front of it. This method is deprecated, use #printStringRadix: instead.
Store on aStream some Smalltalk code which compiles to the receiver
Print on aStream Smalltalk code compiling to the receiver, represented in base b
Next: Integer-storing, Previous: Integer-math methods, Up: Integer [Index]