Class GridCell
public class GridCell
- Inheritance
-
GridCell
- Inherited Members
Constructors
GridCell()
public GridCell()
GridCell(double, double, double)
public GridCell(double centerX, double centerY, double value)
Parameters
Properties
CenterX
public double CenterX { get; set; }
Property Value
CenterY
public double CenterY { get; set; }
Property Value
Value
public double Value { get; set; }
Property Value
Methods
GetHashCode()
public override int GetHashCode()