Click or drag to resize

Vector2dGetHashCode Method

Provides a hashing value for the present vector.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public override int GetHashCode()

Return Value

Type: Int32
A non-unique number based on vector components.
See Also