Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AngusJohnson/Clipper2
/ GetHashCode
Method
GetHashCode
CSharp/Clipper2Lib/Clipper.Core.cs:242–245 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
240
public void Negate() { x = -x; y = -y; }
241
242
public readonly override int GetHashCode()
243
{
244
return HashCode.Combine(x, y); //#599
245
}
246
247
}
248
Callers
nothing calls this directly
Calls
1
Combine
Method · 0.80
Tested by
no test coverage detected