IntCellExtensions extension
Methods
-
add(
int val) → void -
Available on Cell<
Addint> , provided by the IntCellExtensions extension -
dec(
) → void -
Available on Cell<
Decrementint> , provided by the IntCellExtensions extension -
inc(
) → void -
Available on Cell<
Incrementint> , provided by the IntCellExtensions extension -
mod(
int val) → void -
Available on Cell<
Moduloint> , provided by the IntCellExtensions extension -
mul(
int val) → void -
Available on Cell<
Multiplyint> , provided by the IntCellExtensions extension -
neg(
) → void -
Available on Cell<
Negateint> , provided by the IntCellExtensions extension -
sub(
int val) → void -
Available on Cell<
Subtractint> , provided by the IntCellExtensions extension -
truncDiv(
int val) → void -
Available on Cell<
Performs integer division of this object. Truncate Divideint> , provided by the IntCellExtensions extension