Expand Minimize
This topic has not yet been rated - Rate this topic

Operators.( + )<^T1,^T2,^T3> Function (F#)

Overloaded addition operator.

Namespace/Module Path: Microsoft.FSharp.Core.Operators

Assembly: FSharp.Core (in FSharp.Core.dll)

// Signature:
( + ) : ^T1 -> ^T2 -> ^T3 (requires ^T1 with static member (+) and ^T2 with static member (+))

// Usage:
x + y
x

Type: ^T1

The first parameter.

y

Type: ^T2

The second parameter.

The result of the operation.

Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2

F# Core Library Versions

Supported in: 2.0, 4.0, Portable

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.