| Point3dGetHashCode Method  | 
 
            Computes a hash code for the present point.
            
 
    Namespace: 
   Rhino.Geometry
    Assembly:
   RhinoCommon (in RhinoCommon.dll)
 Syntax
Syntaxpublic override int GetHashCode()
Public Overrides Function GetHashCode As Integer
Return Value
Type: 
Int32A non-unique integer that represents this point.
 See Also
See Also