Пример #1
0
        public RegularDtm(Matrix values, double cellWidth, double cellHeight, Point lowerLeft)
        {
            this.values = values;

            this.cellHeight = cellHeight;

            this.cellWidth = cellWidth;

            this.lowerLeftCoordinate = lowerLeft;
        }