dotConnect for DB2 Documentation
Devart.Data.DB2.DB2Types Namespace / DB2Real Structure / Addition Operator
First DB2Real.
Second DB2Real.

In This Topic
    Addition Operator (DB2Real)
    In This Topic
    Calculates the sum of the two DB2Real structures.
    Syntax
    'Declaration
     
    Public Operator +( _
       ByVal x As DB2Real, _
       ByVal y As DB2Real _
    ) As DB2Real
    public DB2Real operator +( 
       DB2Real x,
       DB2Real y
    )

    Parameters

    x
    First DB2Real.
    y
    Second DB2Real.

    Return Value

    A new DB2Real structure.
    See Also