DoubleConstCellExtensions extension
Methods
- 
  eq(double val) → bool 
- 
      Available on ConstCell< Equal todouble> , provided by the DoubleConstCellExtensions extension
- 
  gt(double val) → bool 
- 
      Available on ConstCell< Greater thandouble> , provided by the DoubleConstCellExtensions extension
- 
  gte(double val) → bool 
- 
      Available on ConstCell< Greater than or equal todouble> , provided by the DoubleConstCellExtensions extension
- 
  lt(double val) → bool 
- 
      Available on ConstCell< Less thandouble> , provided by the DoubleConstCellExtensions extension
- 
  lte(double val) → bool 
- 
      Available on ConstCell< Less than or equal todouble> , provided by the DoubleConstCellExtensions extension
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