DoubleConstCellExtensions extension

on

Methods

eq(double val) bool

Available on ConstCell<double>, provided by the DoubleConstCellExtensions extension

Equal to
gt(double val) bool

Available on ConstCell<double>, provided by the DoubleConstCellExtensions extension

Greater than
gte(double val) bool

Available on ConstCell<double>, provided by the DoubleConstCellExtensions extension

Greater than or equal to
lt(double val) bool

Available on ConstCell<double>, provided by the DoubleConstCellExtensions extension

Less than
lte(double val) bool

Available on ConstCell<double>, provided by the DoubleConstCellExtensions extension

Less than or equal to

Operators

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

Available on ConstCell<double>, provided by the DoubleConstCellExtensions extension

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

Available on ConstCell<double>, provided by the DoubleConstCellExtensions extension

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

Available on ConstCell<double>, provided by the DoubleConstCellExtensions extension

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

Available on ConstCell<double>, provided by the DoubleConstCellExtensions extension

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

Available on ConstCell<double>, provided by the DoubleConstCellExtensions extension

operator <(ConstCell<double> other) bool

Available on ConstCell<double>, provided by the DoubleConstCellExtensions extension

operator <=(ConstCell<double> other) bool

Available on ConstCell<double>, provided by the DoubleConstCellExtensions extension

operator >(ConstCell<double> other) bool

Available on ConstCell<double>, provided by the DoubleConstCellExtensions extension

operator >=(ConstCell<double> other) bool

Available on ConstCell<double>, provided by the DoubleConstCellExtensions extension

operator unary-() Cell<double>

Available on ConstCell<double>, provided by the DoubleConstCellExtensions extension