IntConstCellExtensions extension
Methods
Operators
-
operator %(
ConstCell< int> other) → Cell<int> -
operator *(
ConstCell< int> other) → Cell<int> -
operator +(
ConstCell< int> other) → Cell<int> -
operator -(
ConstCell< int> other) → Cell<int> -
operator <(
ConstCell< int> other) → bool -
operator <=(
ConstCell< int> other) → bool -
operator >(
ConstCell< int> other) → bool -
operator >=(
ConstCell< int> other) → bool -
operator unary-(
) → Cell< int> -
operator ~/(
ConstCell< int> other) → Cell<int> - Performs integer division of this object.