Cell$ConstCellDoubleExtension extension

on

Methods

eq(double val) bool

Available on ConstCell<double>, provided by the Cell$ConstCellDoubleExtension extension

Equal to
gt(double val) bool

Available on ConstCell<double>, provided by the Cell$ConstCellDoubleExtension extension

Greater than
gte(double val) bool

Available on ConstCell<double>, provided by the Cell$ConstCellDoubleExtension extension

Greater than or equal to
lt(double val) bool

Available on ConstCell<double>, provided by the Cell$ConstCellDoubleExtension extension

Less than
lte(double val) bool

Available on ConstCell<double>, provided by the Cell$ConstCellDoubleExtension extension

Less than or equal to

Operators

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

Available on ConstCell<double>, provided by the Cell$ConstCellDoubleExtension extension

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

Available on ConstCell<double>, provided by the Cell$ConstCellDoubleExtension extension

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

Available on ConstCell<double>, provided by the Cell$ConstCellDoubleExtension extension

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

Available on ConstCell<double>, provided by the Cell$ConstCellDoubleExtension extension

operator /(ConstCell<double> other) Cell<double>

Available on ConstCell<double>, provided by the Cell$ConstCellDoubleExtension extension

operator <(ConstCell<double> other) bool

Available on ConstCell<double>, provided by the Cell$ConstCellDoubleExtension extension

operator <=(ConstCell<double> other) bool

Available on ConstCell<double>, provided by the Cell$ConstCellDoubleExtension extension

operator >(ConstCell<double> other) bool

Available on ConstCell<double>, provided by the Cell$ConstCellDoubleExtension extension

operator >=(ConstCell<double> other) bool

Available on ConstCell<double>, provided by the Cell$ConstCellDoubleExtension extension

operator unary-() Cell<double>

Available on ConstCell<double>, provided by the Cell$ConstCellDoubleExtension extension