Skip to content

GridCell

Namespace: ThinkGeo.Core

public class GridCell

Inheritance ObjectGridCell

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

Constructors

GridCell()

public GridCell()

GridCell(Double, Double, Double)

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

Parameters

centerX Double

centerY Double

value Double

Methods

GetHashCode()

public int GetHashCode()

Returns

Int32