Chart3D for WPF and Silverlight | ComponentOne
C1.Silverlight.Chart3D Namespace / Point3D Structure / GetHashCode Method


In This Topic
    GetHashCode Method
    In This Topic
    Gets a hash code for this Point3D structure.
    Syntax
    'Declaration
     
    
    Public Overrides Function GetHashCode() As Integer
    'Usage
     
    
    Dim instance As Point3D
    Dim value As Integer
     
    value = instance.GetHashCode()
    public override int GetHashCode()
    See Also