Click or drag to resize

Vector3fGetHashCode Method

Computes a hash number that represents the current vector.

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

Return Value

Type: Int32
A hash code that is not unique for each vector.
See Also