Show / Hide Table of Contents

Operator Addition

| Improve this Doc View Source

Addition(_Double, _Double)

Computes the sum of the two specified _Double objects.

Declaration
public static _Double operator +(_Double x, _Double y)
Parameters
Type Name Description
_Double x

A _Double object.

_Double y

A _Double object.

Returns
Type Description
_Double

A _Double expression which contains the result.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest