Checked.( + )<^T1,^T2,^T3>-Funktion (F#)
Überladener Additionsoperator (überprüft auf Überläufe).
Namespace/Modulpfad: 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
Parameter
x
Typ: ^T1Der erste Wert.
y
Typ: ^T2Der zweite Wert.
Rückgabewert
Die Summe der beiden Eingabewerte.
Plattformen
Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2
Versionsinformationen
F#-Kern-Bibliotheks-Versionen
Unterstützt in: 2,0, 4,0, portablen