Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / RdlFloat Class / GetHashCode Method

In This Topic
    GetHashCode Method (RdlFloat)
    In This Topic
    Gets the hash code for the current object, based on value.
    Syntax
    'Declaration
     
    Public Overrides Function GetHashCode() As Integer
    public override int GetHashCode()

    Return Value

    The hash code.
    See Also