Table of Contents

Class GridCell

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll
public class GridCell
Inheritance
GridCell
Inherited Members

Constructors

GridCell()

public GridCell()

GridCell(double, double, double)

public GridCell(double centerX, double centerY, double value)

Parameters

centerX double
centerY double
value double

Properties

CenterX

public double CenterX { get; set; }

Property Value

double

CenterY

public double CenterY { get; set; }

Property Value

double

Value

public double Value { get; set; }

Property Value

double

Methods

GetHashCode()

public override int GetHashCode()

Returns

int