Method GetHashCode
GetHashCode(Point)
Generates a hash code that is stable under the configured tolerance by quantizing coordinates.
public int GetHashCode(Point p)
Parameters
pPointThe point to hash.
Returns
- int
A hash code value.
Generates a hash code that is stable under the configured tolerance by quantizing coordinates.
public int GetHashCode(Point p)
p PointThe point to hash.
A hash code value.