INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Hash code value
-- (From HASHABLE)
-- Is current integer less than 'other'?
-- (From COMPARABLE)
-- Make 'i' the associated integer value
-- Neutral element for "*" and "/"
-- (From NUMERIC)
-- Sign value (0, -1 or 1)
-- Neutral element for "+" and "-"
-- (From NUMERIC)
-- May current object be divided by 'other'?
-- (From NUMERIC)
-- May current object be elevated to the power 'other'?
-- (From NUMERIC)
-- Absolute value
-- Product by 'other'
-- (From NUMERIC)
-- Sum with 'other'
-- (From NUMERIC)
-- Result of subtracting 'other'
-- (From NUMERIC)
-- Division by 'other'
-- Integer division of Current by 'other'
-- (From "/" in NUMERIC)
-- Remainder of the integer division of Current by 'other'
-- Integer power of Current by 'other'
-- (From NUMERIC)
-- Unary plus
-- (From NUMERIC)
-- Unary minus
-- (From NUMERIC)
-- Printable representation of integer value
-- (From GENERAL)
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |