I'd like, as a convenience, for these member functions:
IntGrid2D.replace(int from, int to); // change all values of 'from' to 'to'
DoubleGrid2D.replace(double from, double to);
(I'd do it myself, but this is outside GeoMason's bailiwick.)
--
[log in to unmask]