Funzione Checked.( + )<^T1,^T2,^T3> (F#)

Operatore di addizione di overload (controllo di overflow).

Percorso spazio dei nomi/modulo: Microsoft.FSharp.Core.Operators.Checked

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

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

// Usage:
x + y

Parametri

  • x
    Tipo: ^T1

    Primo valore.

  • y
    Tipo: ^T2

    Secondo valore.

Valore restituito

Somma dei due valori di input.

Piattaforme

Windows 7, Windows Vista SP2, Windows XP SP3, Windows XP x64 SP2, Windows Server 2008 R2, Windows Server 2008 SP2, Windows Server 2003 SP2

Informazioni sulla versione

F# Runtime

Supportato in: 2.0, 4.0

Silverlight

Supportato in: 3

Vedere anche

Riferimenti

Modulo Operators.Checked (F#)

Modulo Core.Operators (F#)