Method GetHashCode
GetHashCode(Vector2)
Returns a hash code for the specified object.
Declaration
public int GetHashCode(Vector2 vec2)
Parameters
Type | Name | Description |
---|---|---|
Vector2 | vec2 |
Returns
Type | Description |
---|---|
int | A hash code for the specified object. |
Implements
Exceptions
Type | Condition |
---|---|
ArgumentNullException | The type of |