IntConstCellExtensions extension

on

Methods

eq(int val) bool

Available on ConstCell<int>, provided by the IntConstCellExtensions extension

Equal to
gt(int val) bool

Available on ConstCell<int>, provided by the IntConstCellExtensions extension

Greater than
gte(int val) bool

Available on ConstCell<int>, provided by the IntConstCellExtensions extension

Greater than or equal to
lt(int val) bool

Available on ConstCell<int>, provided by the IntConstCellExtensions extension

Less than
lte(int val) bool

Available on ConstCell<int>, provided by the IntConstCellExtensions extension

Less than or equal to

Operators

operator %(ConstCell<int> other) Cell<int>

Available on ConstCell<int>, provided by the IntConstCellExtensions extension

operator *(ConstCell<int> other) Cell<int>

Available on ConstCell<int>, provided by the IntConstCellExtensions extension

operator +(ConstCell<int> other) Cell<int>

Available on ConstCell<int>, provided by the IntConstCellExtensions extension

operator -(ConstCell<int> other) Cell<int>

Available on ConstCell<int>, provided by the IntConstCellExtensions extension

operator <(ConstCell<int> other) bool

Available on ConstCell<int>, provided by the IntConstCellExtensions extension

operator <=(ConstCell<int> other) bool

Available on ConstCell<int>, provided by the IntConstCellExtensions extension

operator >(ConstCell<int> other) bool

Available on ConstCell<int>, provided by the IntConstCellExtensions extension

operator >=(ConstCell<int> other) bool

Available on ConstCell<int>, provided by the IntConstCellExtensions extension

operator unary-() Cell<int>

Available on ConstCell<int>, provided by the IntConstCellExtensions extension

operator ~/(ConstCell<int> other) Cell<int>

Available on ConstCell<int>, provided by the IntConstCellExtensions extension

Performs integer division of this object.