DoubleConstCellExtensions extension
Methods
Operators
-
operator %(
ConstCell< double> other) → Cell<double> -
operator *(
ConstCell< double> other) → Cell<double> -
operator +(
ConstCell< double> other) → Cell<double> -
operator -(
ConstCell< double> other) → Cell<double> -
operator /(
ConstCell< double> other) → Cell<double> -
operator <(
ConstCell< double> other) → bool -
operator <=(
ConstCell< double> other) → bool -
operator >(
ConstCell< double> other) → bool -
operator >=(
ConstCell< double> other) → bool -
operator unary-(
) → Cell< double>