getDouble method

double getDouble()

Implementation

double getDouble() {
  return _raster.getDouble(_col, _row);
}